Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoSaar committed Dec 6, 2018
1 parent ed08dfe commit 5e3f43b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Tutorial/First_Variable.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#This is a comment

character_name = "George"
character_age = "35"
is_male = True

print("There was once a man named " + character_name + ", ")
print("He was " + character_age + " years old ")
Expand Down

0 comments on commit 5e3f43b

Please sign in to comment.