6/30/22

Python Print and Input

For you to have a fully functioning program, you  need to be able to receive inputs and display outputs.

How is this done in Python.

Running this two functions in python is extremely simple, all you need to do is run "print()" or "input()"

By default, all inputs are saved in the memory as strings, but you can change that by using string manipulations which would be covered in a later topic. Another alternative is by declaring the value type





|

Blog Archive