Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: My code doesn't work, can someone help me?
Post: RE: My code doesn't work, can someone help me?

(Dec-21-2020, 01:51 PM)DeaD_EyE Wrote: Hint: Use a function to split user-input and logic to get minimum and maximum. def get_number(): """ Helper function to get one int from user input ...
aldasrasickas General Coding Help 5 2,808 Dec-21-2020, 02:26 PM
    Thread: My code doesn't work, can someone help me?
Post: RE: My code doesn't work, can someone help me?

(Dec-21-2020, 01:09 PM)jefsummers Wrote: Oh, and btw - you reverse minimum and maximum as shown in results above. Thank you for your help, my head almost exploded from this one. **smile**
aldasrasickas General Coding Help 5 2,808 Dec-21-2020, 02:20 PM
    Thread: My code doesn't work, can someone help me?
Post: My code doesn't work, can someone help me?

my code: largest = None smallest = None while True: num = input("Enter a number: ") if num == "done" : break try: num1 = int(num) except ValueError: print('In...
aldasrasickas General Coding Help 5 2,808 Dec-21-2020, 11:18 AM

User Panel Messages

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