Python Forum
Getting errors when trying to run programs
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Getting errors when trying to run programs
#5
In python3 ,you should use parenthesis for print statements.
eg: print("Hello world")
In your code these parenthesis are missing.
Reply


Messages In This Thread
RE: Getting errors when trying to run programs - by sravs - Apr-10-2020, 02:21 AM

Forum Jump:

User Panel Messages

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