sundeep


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

Introduction to Algorithms (MIT 6.046J)

Class status: Established
Role: Student
. 0% complete

Submitted Assignments

MIT OpenCourseWare 6.00 Introduction to Computer Science and Programming: Lesson 1, HW 1
# Problem Set 0
# Name: Sundeep
# Time: 10 minutes
# Python 2.6

FirstName = raw_input("Enter your first name: ")
LastName = raw_input("Enter your last name: ")
print "Your full name is:", FirstName, LastName

sundeep 4 months ago