tbourke2


Joined 9 months ago
Homeworks submitted:
Homework comments:
1
0

About Me

No description provided.

Classes

MIT OpenCourseWare 6.00 Introduction to Computer Science and Programming

Class status: Established
Role: Student
. 5% complete

Submitted Assignments

MIT OpenCourseWare 6.00 Introduction to Computer Science and Programming: Lesson 1, HW 1
#pset0.py
#Problem Set 0
#Name: tbourke2
#Collaborators:None
#Time: About a minute

lastname = raw_input ('Please enter your last name: ') #Ask the user for their last name
firstname = raw_input ('Please enter your first name: ') #Ask the user for their first name

print firstname #Print the users first name
print lastname #Print the users last name

tbourke2 9 months ago