Home Help & Support Search Tips Options: Case:



   Need A Tutor?    |   Need Homework Help?                                                                             Help and Support     | Join or Cancel

Computer Programming

Exam  1     2     3     4     5     6     7    8     9    10     Midterm   1    2     Final Exam  1   2
Graded Program Assignment   
1   2    3    4    5    6    7    8    9           Python Compiler


Assignment #01 - Input, Output Statements – Raptor, Python
 

 
Python Program
#===========================================================================
# PROGRAMMER:      
# PROGRAM NAME:     Assignment #01 - Input, Output Statements
# DATE WRITTEN:    
#===========================================================================
''' This program uses string literal and variable objects to illustrate
    input and output statements '''
#===========================================================================
 
# INPUT STATEMENTS 1-8
fullName = input("Please enter your full name: ");
streetAddress = input("What street do you live on? ");
city = input("What city do you currently live in? ");
state = input("What state do you live in? ");
zipCode = input("Please enter your current zip code ");
phoneNumber = input("What is your Cell Phone or Home Phone? ");
collegeName = input("What College are you currently attending or attended? ");
collegeMajor = input("College Major ");
 
#===========================================================================
 
# OUTPUT STATEMENTS 1-8
print("-" * 55);
print(" My full name is " + fullName);
print(" The street that I live on is " + streetAddress);
print(" The city that I live in is " + city);
print(" The state that I live in is " + state);
print(" My current zip code is " + zipCode);
print(" My Contact Phone Number is " + phoneNumber);
print(" The College that I have attended is " + collegeName);
print(" My College Major is or was " + collegeMajor);
print("-" * 55);
#===========================================================================
# END PROGRAM

Test Program / Results
http://www.coursesavior.com/pay/pythoncompiler.html

Download Raptor https://raptor.martincarlisle.com/
If you need to create a program in Raptor and need help, you can use Help/Support.
Install Raptor and look over the program I have created below.
You insert Symbols and simply write the codes by opening each Symbol.
This program uses Get and Put as you can see below.
The first Prompt for Get would be: “Please enter your full name” then the variable           fullName.
Put or Output for that line will be    " My full name is " +fullName                            and then                fullName
 
assignment1-4.jpg
A screenshot of a computer

Description automatically generated
 
And so on…. You can follow the program below to try and understand.

A screenshot of a computer

Description automatically generated
A diagram of a process

Description automatically generated with medium confidence

Exam  1     2     3     4     5     6     7    8     9    10     Midterm   1    2     Final Exam  1   2
Graded Program Assignment   
1   2    3    4    5    6    7    8    9           Python Compiler


Home
Accounting & Finance Business
Computer Science General Studies Math Sciences
Civics Exam
Everything Else
Help & Support
Join/Cancel
Contact Us
 Login / Log Out