Curriculum
Data Output: print() function
In brief
The function print can output not only the values of variables, but also the values of any expressions. For example, the entry print(2 + 2 ** 2).
Curriculum
In brief
The function print can output not only the values of variables, but also the values of any expressions. For example, the entry print(2 + 2 ** 2).