jdumagay


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

About Me

I'm just trying to find out if this self-paced learning works for me.

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
firstname=raw_input('What is yout first name?')
lastname=raw_input('What is yout last name?')
print ('Hello' + ' ' + firstname + ' ' + lastname +'!')

jdumagay 8 months ago