Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Can u see this code and tell whats wrong with it?
Post: RE: Can u see this code and tell whats wrong with ...

i know **wink** but i cant understand them **confused** because i am noobie in python i start learning it since 2 weeks ago (Apr-28-2020, 09:37 PM)Yoriz Wrote: The fixes are already in posts o...
AhmadKamal General Coding Help 14 5,360 Apr-29-2020, 04:03 AM
    Thread: Can u see this code and tell whats wrong with it?
Post: RE: Can u see this code and tell whats wrong with ...

i tried and i cant solve it can u show me the error (Apr-28-2020, 09:04 PM)Yoriz Wrote: You didn't fix the or statement, the first if will always be True. You didn't fix the multiplication of a s...
AhmadKamal General Coding Help 14 5,360 Apr-28-2020, 09:20 PM
    Thread: Can u see this code and tell whats wrong with it?
Post: RE: Can u see this code and tell whats wrong with ...

I Solved it thanks a lot ### Age Advanced TEST ## unit = input("Choose you Format age (Months, Days, Weeks}").strip().lower() age = input("How old Are u? ") months = age * 12 weeks = months * 4 days...
AhmadKamal General Coding Help 14 5,360 Apr-28-2020, 08:52 PM
    Thread: Can u see this code and tell whats wrong with it?
Post: RE: Can u see this code and tell whats wrong with ...

sry i didnt get it here's the whole code: ### Age Advanced TEST ## months = age * 12 weeks = months * 4 days = age - 365 unit = input("Choose you Format age (Months, Days, Weeks}").strip().lower() a...
AhmadKamal General Coding Help 14 5,360 Apr-28-2020, 05:48 PM
    Thread: Can u see this code and tell whats wrong with it?
Post: RE: Can u see this code and tell whats wrong with ...

Visual Srudio Code told me if unit == "months" or "m": ^ SyntaxError: invalid syntax and i edited it and still error (Apr-28-2020, 04:49 PM)buran Wrote: https://p...
AhmadKamal General Coding Help 14 5,360 Apr-28-2020, 05:32 PM
    Thread: Can u see this code and tell whats wrong with it?
Post: Can u see this code and tell whats wrong with it?

### Age Advanced TEST ## months = age * 12 weeks = months * 4 days = age - 365 unit = input("Choose you Format age (Months, Days, Weeks}").strip().lower() age = int((input("How old Are u? ")).strip() ...
AhmadKamal General Coding Help 14 5,360 Apr-28-2020, 04:43 PM

User Panel Messages

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