Write the output:
1. str= “hello”
print *2
Output:_______________
(7+6) * 3
Output:______________
print (“I am learning”),
print (“Python”) Output :_____________
float (‘56’ )
Output:______________
Answers
Answered by
6
Answer:
1st output : hello hello
2nd output: 39
3rd output : I am learning Python
4th output: 56.0f
Similar questions