Browser based python

in #python7 years ago

Guys you can use this site https://trinket.io/python to try out your python codes without having a computer that runs python.

Example code:

numara1 = int(input("Input one number"))
numara2 = int(input("input another number to divide first number"))
if numara1 % numara2 == 0:
print("it divides")
else:
print("it doesn't divide")

Happy coding

Coin Marketplace

STEEM 0.13
TRX 0.34
JST 0.036
BTC 109587.97
ETH 4474.98
USDT 1.00
SBD 0.84