Skip to content

Commit

Permalink
fixes 1millionwomentotech#85 typo week 1 day 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristina Tarantino committed Aug 15, 2018
1 parent b99d696 commit 5f5756d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion summer-of-code/week-01/day3.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Let’s look at what these methods do (and don’t do) a little more closely:
var1 = 2
var2 = ​'5'​
print(str(var1) + var2)
print(var1 + int(var2)
print(var1 + int(var2))
print(var1)
print(var2)
25
Expand Down

0 comments on commit 5f5756d

Please sign in to comment.