Python 2.7.6 Tutorial Episode 7: raw_input, input and del

preview_player
Показать описание
Hello! Welcome back to another Python 2.7.6 Tutorial! In this tutorial, we cover raw_input, input, type casting (turning one variable into another data type IE turning an integer into a string and vice versa), the type function and the del keyword. Thanks for watching!

If you enjoyed this video, please give it a 'like', and subscribe today for more awesome videos!
Рекомендации по теме
Комментарии
Автор

I am getting this error that "raw_input" is not defined whenever I try using "raw_input"

stevetwelvyy
Автор

1=raw_input("What do you do?")
        if 1 == stand up
             print "You stand up and look around"

Do you know what I'm doing wrong? I would love your help, it doesn't work.

CoolJackGaming