₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,486 members, 8,422,282 topics. Date: Monday, 08 June 2026 at 03:07 AM

Toggle theme

Awsome123's Posts

Nairaland ForumAwsome123's ProfileAwsome123's Posts

1 (of 1 pages)

ProgrammingRe: Who Knows Python? by Awsome123: 1:53am On Aug 06, 2022
Please anybody help me out? Why is this code not printing 'ans'? It keep return 'ans' is not defined.

def check():
. ans=None
. ans1 = input ("Yes or No? "wink
. ans = ans1.capitalize()

. while ans != 'Yes' and ans != 'No':
.. ans2 = input ("Respond Yes or No "wink
.. ans = ans2.capitalize()
check()
print (ans)

Note:
1 dot (.) represents single indent, while
2 dots (..) represents double indent.
Thank you.
ProgrammingRe: Who Knows Python? by Awsome123: 1:51am On Aug 06, 2022
I'm a Python student. Who wants to collabo?
ProgrammingRe: Which Programming Languages Do I Learn? by Awsome123: 1:33am On Aug 06, 2022
With what you've said maybe I'll just try the python and SQL and just try to get through university without going insane.
How far? Have you learnt the Python language?

1 (of 1 pages)