machv5


Joined 7 months ago
Homeworks submitted:
Homework comments:
1
6

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

First assignment for MIT 6.00 OpenCourseWare

#Problem Set 0
#Date: 11/4/2011
#Name: N. MacLennan
#Collaborators: None
#Time: 5 minutes
#Python2.7

a = raw_input ("what is your first name? ")
b = (" ")
c = raw_input ("what is your last name? ")
print a+b+c

machv5 6 months ago