Edit Article

Python is a programming language. In this article we will experiment with some things in Python

Steps

  1. 1
    Go to Python and download the program. Preferably chose Python 3.
  2. 2
    Open IDLE (python GUI).
  3. 3
    Now 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. 4
    'Make' it say something. If you want it to "say" something just write print ("yourtexthere")
  5. 5
    A 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!

Can you tell us about
hairstyling?
Can you help us
rate articles?
Yes
No
hairstyling
how to do a quiff
Can you tell us about
relationships?
Yes
No
relationships
how to say sorry to a girl
Can you tell us about
fashion?
Yes
No
fashion
how to create the perfect outfit
Can you tell us about
mental health?
Yes
No
mental health
how to stay sane
Thanks for helping! Please tell us everything you know about
...
Tell us everything you know here. Remember, more detail is better.
Tips
Provide Details.
Please be as detailed as possible in your explanation. Don't worry about formatting! We'll take care of it. For example:
Don't say: Eat more fats.
Do say: Add fats with some nutritional value to the foods you already eat. Try olive oil, butter, avocado, and mayonnaise.

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.

Did this article help you?
Yes No