Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Where did I get it wrong?!
Post: RE: Where did I get it wrong?!

Ok, I think I made some progress. But still I have three problems: 1- The total is wrong. For example, I entered 5 and 9 the total added up to 18 not 14 Please enter "A" or "T" t Please input an in...
Tamimi1982 Homework 5 3,770 May-15-2018, 01:15 AM
    Thread: Where did I get it wrong?!
Post: RE: Where did I get it wrong?!

I am still trying and nothing happened. What is wrong?!!! items = 0 def omode(): mode = input('Please enter "A" or "T" ') return mode if omode().isupper() == "T": items = input('Please in...
Tamimi1982 Homework 5 3,770 May-14-2018, 10:24 PM
    Thread: Where did I get it wrong?!
Post: RE: Where did I get it wrong?!

(May-09-2018, 11:39 AM)buran Wrote: The problem is that when user enter something different from 'A', 'T' or 't' (note the difference in your code when it check for 'T' and 'A') it will enter a loop...
Tamimi1982 Homework 5 3,770 May-09-2018, 11:50 AM
    Thread: Where did I get it wrong?!
Post: Where did I get it wrong?!

Hello Pythoners In my last assignment I received the following task. Step 1: I need to write a code that ask the user to input either 'A' or 'T'. Any other input means the user will receive a noti...
Tamimi1982 Homework 5 3,770 May-09-2018, 11:18 AM

User Panel Messages

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