moh
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
Created Return statement not returning anything in python function
AnsweredWhen I type a function with 'return' at the end nothing pops up in the output window for example: Input: def say_hello(): x = "Hello world" return xsay_hello()def say_hello2(): return "Hel...