mcdermott1985


Joined 3 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

Learning Web Programming using Javascript

Class status: Under Construction
Role: Student
. 0% complete

Submitted Assignments

MIT OpenCourseWare 6.00 Introduction to Computer Science and Programming: Lesson 1, HW 1

Assignment 1

This is the code to ask a person to input their first and last names

firstName = ('What is your first name?')

print firstName

lastName = ('What is your last name?')

print lastName

print firstName, 'and ', lastName


mcdermott1985 1 month ago