Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgini committed Sep 4, 2018
1 parent 4c76eb9 commit 35a4821
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python-6-47-level2-problems.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ def has_33(nums):
return True
return False

print (has_33([1,3,3]))
print (has_33([1,3,3]))

#paper doll - repeat each characters 3 times in a string

0 comments on commit 35a4821

Please sign in to comment.