Python Forum
Newbie help with simple script written for v3.3 and used on vs2.7, please?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Newbie help with simple script written for v3.3 and used on vs2.7, please?
#4
instead of "input()" you should use "raw_input()"

myName = raw_input("what is your name?")  
and instead of "print()", you can just use "print var "

print myName
there were some other changes from v2 to v3, but these two are probably used most often

As to resources, check this link Python Resources
If it ain't broke, I just haven't gotten to it yet.
OS: Windows 10, openSuse 42.3, freeBSD 11, Raspian "Stretch"
Python 3.6.5, IDE: PyCharm 2018 Community Edition
Reply


Messages In This Thread
RE: Newbie help with simple script please - by sparkz_alot - Dec-08-2016, 09:05 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Simple Python script, path not defined dubinaone 3 2,735 Nov-06-2021, 07:36 PM
Last Post: snippsat
  Need help creating a simple script Nonameface 12 4,667 Jul-14-2020, 02:10 PM
Last Post: BitPythoner
  Simple text to binary python script gmills13 2 2,845 Feb-04-2020, 08:44 PM
Last Post: snippsat
  Newbie needs help with a simple program feynarun 3 2,339 Jan-15-2020, 01:17 PM
Last Post: DeaD_EyE
  I am a newbie.Help me with this simple piece of code feynarun 3 2,845 Jan-08-2020, 12:40 PM
Last Post: perfringo
  Made a simple script for android (really simple) but it is not running anddontyoucomebacknomore 2 2,396 Mar-06-2019, 12:19 AM
Last Post: anddontyoucomebacknomore
  Newbie Ubuntu script problem Kloontor 6 3,567 Sep-24-2018, 03:51 PM
Last Post: Kloontor
  Simple script that seems to misbehave? Nwb 1 2,369 Jun-10-2018, 05:30 AM
Last Post: Nwb
  First time with Python.. need help with simple script shakir_abdul_ahad 7 5,561 May-06-2018, 09:28 AM
Last Post: killerrex
  help with a simple script juanb007 4 3,657 May-01-2018, 08:06 PM
Last Post: ThiefOfTime

Forum Jump:

User Panel Messages

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