mic3ff


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: mic3ff
# Dare: 2011-02-11 16:01

LastName = raw_input("Last name: ")
GivenName = raw_input("Given name: ")
print "Welcome "+GivenName+" "+LastName

mic3ff 1 year ago