How to Experiment With Python
Python is a programming language. In this article we will experiment with some things in Python
This article has been tagged as a stub. That means it's off to a good start, but still has plenty of room to grow before it reaches its full potential. Can you help it flourish? If you think the article offers complete and accurate instructions, feel free to remove this tag! |
Steps
-
1Go to Python and download the program. Preferably chose Python 3.
-
2Open IDLE (python GUI).
-
3Now type in a basic thing it should calculate, for example 5+5, 6-5 6*5 or 10 / 5. It types the answer for you!
-
4'Make' it say something. If you want it to "say" something just write print ("yourtexthere")
-
5A bit harder is to make a thing squared or cubed, for example 2^5. If you want to do this, just type in 2**5 (or another number)
We could really use your help!
hairstyling?
rate articles?

relationships?

fashion?

mental health?

Tips
- Go read some tutorials! In the internet there is tons of texts about anything from how to walk a dog to the meaning of universe
Warnings
- In the example with 2**5, don't type high numbers for example 2**5000. The PC will stop working in a while.
Article Info
Categories: Stub | Programming
Thanks to all authors for creating a page that has been read 2,385 times.
About this wikiHow