pinio


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
# Problem Set 0
# Name: Pinio
# Collaborators: none
# Time: 1
#

lastName = str(raw_input("Enter your last name: "))
firstName = str(raw_input("Enter your first name: "))

print(firstName)
print(lastName)

pinio 9 months ago