AmbyR00


Joined 2 years 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: Jaro Larnos
# Collaborators: -
# Time: 2 minutes
#

surname = raw_input('Please enter your surname: ')
firstname = raw_input('Now enter your given name: ')
print "Your full name is " + firstname + " " + surname

AmbyR00 2 years ago