Skip to content
Snippets Groups Projects
Commit 9e95bf1f authored by Daniel Moix's avatar Daniel Moix
Browse files

CS 171 Lecture 01

parent 0714bbca
Branches
No related tags found
No related merge requests found
print("Hello CS 171")
# print("Hello CS 171")
# name = input("What is your name? " )
# print('Hello', name)
#
# home_address = "123 Banana Street" # I don't really live here
# homeAddress = "123 Banana Street"
# # Below is some experimentation:
# print(home_address)
#
# print("Line Ten", end='')
# print("Line Eleven")
# print("The beat goes on")
age = int(input("Enter your age: "))
print("Next year you will be " + age + 1)
print("The value of age is ", age)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment