slivvy


Joined 1 year 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
# Problem Set 0
# Name: Slivvy
# Collaborators: Your Mom
# Time: about 15 minutes


print 'Enter your first name: '
firstname = raw_input('# ')
print 'Enter your last name: '
lastname = raw_input('# ')
print 'Hello {0} {1}'.format(firstname,lastname)

slivvy 1 year ago