Python coding
unknown
python
4 years ago
1.3 kB
135
Indexable
#first we need to ad variables
password="susamongus"
#now we need to type password
#input option wiill give you an option to add answer (print will dont do that)
typedpassword=input("type password: ")
#so now we want that program will check if this password is true or not so we type:
#== mean like if 12 is the same as 21
print(password==typedpassword)
#now we cant do that. beacuse our typed password is no a variable, so we need to add input to variable
#see? there nothing happen beacause we need to add the passsword==typed password in print function
#now its showing its false, beacuse sdafsff is not the same as susamongus
#now it shows true
#now we need to add fuction to do our rickroll machine work so we need to type if and command password==typed password like that
#we need to import web browser as a function to work
#BLE SORRY WE NEED TO TYPE ! EXCEPT = thats mean, if RÓŻNICA XDD then do that what i typed
if typedpassword!=password:
import webbrowser
webbrowser.open('https://www.youtube.com/watch?v=dQw4w9WgXcQ&ab_channel=RickAstley')
if typedpassword==password:
print("congratulations. u dont get rickrolled this time")
#and now we only can type (you dont must do that)
input("press enter or anything elese")
#ty for watchingEditor is loading...