Profile icon
Nehal Yendluri
@NehalRam
Calculator!
Made with PythonThis is a simple calculator check readme markdown for more info
Recent comments (2)MrVoo2 years agoGames with zero errors are best. Avoid using
int(input())
and do something with try/except, like this:while True:num = input(‘> ‘)try:num = float(num)breakexcept:print(‘Invalid!\n’)Calculator!V1.1
Made with PythonRecent comments (4)ThanhTails2 years agoWOW! Great job team!! Great job! This is the best calculator!
Bihandu2 years agoGreat work man!!!!!!!!!
Rock paper scissors
Made with PythonJust a lil classic Rock Paper Scissors Please add your suggestions in the comment box below. Enjoy! P.S- theres a new game i am going to release its a text based game stay tuned for that
Recent comments (0)
All Repls