Python Help.

Can someone give me a crashcourse on python? thanks





-John Smith.
NO, GO AWAY...





:p

J/K

Try this guy
Code:
https://www.youtube.com/watch?v=_uQrJ0TkZlc


Or anybody else on Youtube. The key is to stick to one. Don't go for 100000 tutorials. The more options you have, the harder it is to learn programming. ;)
 
Can someone give me a crashcourse on python? thanks





-John Smith.
Python:
import hands

heaven_is_in_maldive = True

while heaven_is_in_maldive:
    choice = input("Please input a number, any number:")

    if choice == 1:
        print("Wrong! Try Again!")
    else:
        print("Wrong anyway! It's Caterpillar Destroyer not bulldozer!")

Check realpython dot com, start with anything, type it again with your hands, that will get you started.
 
search on youtube, and there are thousands of answers there about python..
 
What is Python and why it is used?

Python is a computer programming language often used to build websites and software, automate tasks, and conduct data analysis. Python is a general-purpose language, meaning it can be used to create a variety of different programs and isn't specialized for any specific problems.
 
Back
Top