Print your code for the Very First Lecture??
##This Program will ask the user to enter their DOB/Name and then print it out.
##Problem Set 0
##Name: Face Mcgace
##Collaborators: N/A
##Time Spent: ~ 40 mins
print ('Welcome to the Python Name Program!!! ')
raw_input()
while 1:
print ('What..Is Your Date of Birth? :')
birth = raw_input()
print ('What..Is Your Name? : ')
name =raw_input()
print ('What..Is Your Favorite Color? : ')
color = raw_input()
print ('')
print birth
print name
print color
print ('')
if
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (anonymous):
what is that "if" doing at the last without any testing condition.
OpenStudy (anonymous):
For some reason the text cut off but it ends with
if restart == 'Y' : raw_input('<<<<Program Restarted>>>>')
if restart == 'N' : break