Skip to content
Open navbar menu
Sign UpLog In
Profile icon

Nehal Yendluri

@NehalRam
  • Calculator!

    Cover page
    Made with Python

    This is a simple calculator check readme markdown for more info

    Recent comments (2)
    MrVoo
    MrVoo
    2 years ago

    Games 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)
    break
    except:
    print(‘Invalid!\n’)
  • Calculator!V1.1

    Cover page
    Made with Python
    Recent comments (4)
    ThanhTails
    ThanhTails
    2 years ago

    WOW! Great job team!! Great job! This is the best calculator!

    Bihandu
    Bihandu
    2 years ago

    Great work man!!!!!!!!!

  • Rock paper scissors

    Cover page
    Made with Python

    Just 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)
Repls
Community
All Repls