Commit fb45029
authored
Pre-class Assignment: Name and goals
#Enter first and last name
names = input("Enter first and last name: ")
#Enter your goals for this class
print("What are your goals for this class - long term?")
goals = input('What would you like to be.....? ')
#Display all user input
print()
print(names)
print(goals)1 parent 6bbda08 commit fb45029
1 file changed
+0
-0
lines changedLoading
0 commit comments