Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: loop until user enters no
Post: RE: Help

(Jan-22-2018, 07:23 AM)j.crater Wrote: You are welcome, and I believe you understand how it works, since it is quite simple code. By the way, you don't need str before input, because input will ret...
JohnnyFobby General Coding Help 4 3,486 Jan-22-2018, 07:43 AM
    Thread: loop until user enters no
Post: RE: Help

(Jan-22-2018, 06:53 AM)j.crater Wrote: while True: calculator() go_again = str(input("Would you like to go again? Y/N ")) if go_again == 'y': continue elif go_again...
JohnnyFobby General Coding Help 4 3,486 Jan-22-2018, 07:12 AM
    Thread: loop until user enters no
Post: loop until user enters no

I started learning python 3 days ago and needed some help on my code... #Basic calculator #First python calculator #How to improve this??? name = str(input("Hello please enter in your name: ")) print(...
JohnnyFobby General Coding Help 4 3,486 Jan-22-2018, 02:39 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020