# 1. Write a program to find the greatest of four numbers entered by the user. a1=int(input("Enter number 1:")) a2=int(input("Enter number 2:")) a3=int(input("Enter number 3:")) a4=int(input("Enter ...
A command-line trading bot for Binance USD-M Futures Testnet, with support for market, limit, and stop-market orders, plus an interactive Rich prompt wizard.