Python coding questions 04-08-2014, 07:26 PM
#1
I'm learning Python and i'm wondering if there's a simple code for two things. I'm using Python 2.7.3
This code doesn't seem to work for me, any tips?
And how can i make a simple game/app in Python?
This code doesn't seem to work for me, any tips?
Code:
password1 = raw_input ("Please type in a password: ")
password2 = raw_input ("Please retype the password: ")
if password1 == password2:
print "Password is created!"
else:
print "Sorry, passwords didn't match!"And how can i make a simple game/app in Python?
![[+]](https://sinister.ly/images/modern/collapse_collapsed.png)
![[Image: OilyCostlyEwe.gif]](http://fat.gfycat.com/OilyCostlyEwe.gif)
my internet is slow so it took me 50 days and 2 intense horse rides when i got my internet delivered from the wild west to even post this..
![[Image: wvBFmA5.png]](http://i.imgur.com/wvBFmA5.png)

