can anyone help me doing this? i\'ll rate your answer 5 stars. Open Python on yo
ID: 3553369 • Letter: C
Question
can anyone help me doing this?
i'll rate your answer 5 stars.
Open Python on your computer: look for the Python symbol on the desktop (see above). Click on the windows icon and find Python in the list of All Programs, then click on the Python folder, next click on IDLE (Python GUI)...this will open the Python shell. In the command bar of the Python shell, click File-"New Window"...this will open your untitled project...this is where you begin the project as instructed at the bottom of the page. When you are ready to run the program (a check to see if everything works), click Run - "Run Module"...you will be asked to Save the program, so name it and save it somewhere you can access it later. Once Saved, you will then see your results in the Python Shell...if you get an "invalid syntax" box pop up, OR red type displayed, then you need to go back an fix any mistakes. You can close at any time...to reopen, go to File - "Recent Files" and select your project.Explanation / Answer
#!/usr/bin/python
firstname = "Robert"
lastname = "Smith"
city = "Las Vegas"
state = "Neveda"
zip = "89004"
favnum = 4
print "Name : "+firstname+" "+lastname
print "City : "+city
print "State : "+state
print "ZipCode : "+zip
print favnum
Related Questions
Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.