Respuesta :

Oseni

print()

The print function in python

The print function outputs the outcome of codes in python.

In order to use the print function, print() is used. Whatever is to be outputted is put in between the parentheses.

Output could be strings, integers, or floats.

In order to output string variables, the words are put in between inverted commas. For example, print('Hello world') or print("Hello world) will output the string - Hello world.

In order to output an integer, the code print(integer value) is used. For example:

a = 4

print(a)

The code above will out 4.

More on print functions in python can be found here: https://brainly.com/question/13246781

#SPJ1

ACCESS MORE
ACCESS MORE
ACCESS MORE
ACCESS MORE