Kod:
kullanici_adi = "kullanici" #KULLANICI İSMİNİZ
parola = "parola" #GİRİŞ ŞİFRENİZ
while True:
soru1 = raw_input("Kullanıcıadı: ")
soru2 = raw_input("Parola: ")
if soru1 == kullanici_adi and soru2 == parola:
print "Kullanıcıadı ve parolanız onaylandı."
break#EĞER KULLANICIADI VE ŞİFRE UYUŞMUYORSA BREAK İLE SONLANDIRIP TEKRAR DENEMESİNİ İSTERİZ.
else:
print "Kullanıcı adınız ve ya parolanız yanlış."
print "Lütfen tekrar deneyiniz!"
Kod:
<script>
var _neo = "Hi, Neo"
var _neo2 = "follow the white rabbit.."
document.write(_neo + "Enter the Matrix;" + _neo2)
</script>