print(A) code example
Example 1: print() in python
print('hi, baby!')
Example 2: print()
The print() function will print out whatever you want.
The print will go to the output.
print('hi, baby!')
The print() function will print out whatever you want.
The print will go to the output.