anler


Joined 7 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: Anler
# Time: 1:00¬                                                                  
#·¬                                                                            
prompt = "**"¬                                                                 
¬                                                                              
last_name = raw_input("Enter your last name:\n" + prompt)¬                     
first_name = raw_input("Enter your first name:\n" + prompt)¬                   
¬                                                                              
print first_name¬                                                              
print last_name¬

anler 6 months ago