Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I'm Stuck
#11
You have other issues. I suggest trying something very simple like:
print('Hello {}'.format('world'))
At least then you know that you have python 3 (which you need, since input vs raw_input is being used) properly installed.
Reply
#12
Where would I be able to access that?
Reply
#13
I just opened the site and there is drop down menu with bunch of programming languages. Pick Python 3 not Python
"As they say in Mexico 'dosvidaniya'. That makes two vidaniyas."
https://freedns.afraid.org
Reply
#14
Yes, using Python 3 seems to make it work, thank you all for you input.
Reply
#15
(Feb-20-2017, 06:23 PM)Larz60+ Wrote: At least then you know that you have python 3 (which you need, since input vs raw_input is being used) properly installed.
"As they say in Mexico 'dosvidaniya'. That makes two vidaniyas."
https://freedns.afraid.org
Reply


Forum Jump:

User Panel Messages

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