rcrrich


Joined 3 months ago
Homeworks submitted:
Homework comments:
1
0

About Me

want to learn more over 25 years in hardware software but never programmed other than hack some cgi, php, html, java script

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 : Chris Tang

Collaborators: Nonyabusinaz

Time:1:32

firstname=raw_input ('What is your first name?: ') lastname=raw_input('What is your last name?: ') print 'Your name is:',firstname, lastname

#Problem Set 0
#Name : Chris Tang
#Collaborators: Nonyabusinaz
#Time:1:32
#
firstname=raw_input ('What is your first name?: ')
lastname=raw_input('What is your last name?: ')
print 'Your name is:',firstname, lastname

rcrrich 3 months ago