Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Error with print and return commands
Post: RE: Error with print and return commands

(Jan-15-2020, 04:06 PM)stullis Wrote: The return keyword terminates the function. You'll need the print() call prior to return. Thanks for the response. This helped me learn a new thing. However, do...
TheDark_Knight General Coding Help 2 1,948 Jan-15-2020, 04:59 PM
    Thread: Error with print and return commands
Post: Error with print and return commands

Hello guys, I'm new to Python, just tried running a simple code but am facing an error. Here's how my code looks like- def f(x): return x+10 print "wOw"And here's the output: f(73) output--&...
TheDark_Knight General Coding Help 2 1,948 Jan-15-2020, 03:30 PM

User Panel Messages

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