Q.2. Write the output:
1. str= “hello”
print *2
Output:_______________
2. (7+6) * 3
Output:______________
3. print (“I am learning”),
print (“Python”)
Output :_____________
4. float (‘56’ )
Output:______________
PLEASE DONT SEND UNNESSARY ANSWER
Answers
Answered by
13
Explanation:
1. str= “hello”
print *2
Output:_hello hello_____________
2. (7+6) * 3
Output:___39___________
3. print (“I am learning”),
print (“Python”)
Output :___I am learning
python__________
4. float (‘56’ )
Output:___56.0___________
Similar questions