Python Forum
variable is not defined
Thread Rating:
  • 2 Vote(s) - 4.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
variable is not defined
#11
main()
toRoman(number)
Are examples of calling functions
print(toRoman(number))
is calling function print with the result of toRoman(number) call
Test everything in a Python shell (iPython, Azure Notebook, etc.)
  • Someone gave you an advice you liked? Test it - maybe the advice was actually bad.
  • Someone gave you an advice you think is bad? Test it before arguing - maybe it was good.
  • You posted a claim that something you did not test works? Be prepared to eat your hat.
Reply


Messages In This Thread
variable is not defined - by hentera - Apr-29-2017, 09:45 PM
RE: Help!!! I can't figure this out. - by hentera - Apr-29-2017, 10:23 PM
RE: variable is not defined - by sparkz_alot - Apr-29-2017, 10:51 PM
RE: variable is not defined - by hentera - Apr-29-2017, 11:08 PM
RE: variable is not defined - by metulburr - Apr-29-2017, 11:11 PM
RE: variable is not defined - by volcano63 - Apr-29-2017, 11:14 PM
RE: variable is not defined - by hentera - Apr-29-2017, 11:27 PM
RE: variable is not defined - by volcano63 - Apr-29-2017, 11:52 PM
RE: variable is not defined - by hentera - Apr-30-2017, 12:12 AM
RE: variable is not defined - by volcano63 - Apr-30-2017, 12:18 AM
RE: variable is not defined - by hentera - Apr-30-2017, 12:21 AM
RE: variable is not defined - by volcano63 - Apr-30-2017, 12:24 AM
RE: variable is not defined - by hentera - Apr-30-2017, 12:51 AM
RE: variable is not defined - by nilamo - Apr-30-2017, 01:55 AM
RE: variable is not defined - by ichabod801 - Apr-30-2017, 10:45 AM
RE: variable is not defined - by sparkz_alot - Apr-30-2017, 01:14 PM

Forum Jump:

User Panel Messages

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