pls tell me thses answers
Attachments:
Answers
Answered by
0
Yes
True
Here are the ans
Hope it helps buddy
Stay safe
Stay home
True
Here are the ans
Hope it helps buddy
Stay safe
Stay home
Answered by
6
(a):
Given códe:-
print("The largest 4 digit number is ,9999)
Corrected Códe:-
print("The largest 4 digit number is ,9999")
What was the error?
- missing of double quote
(b):
Given Codé:-
print(Three basic data types are : " integer" "float" "string")
Corrected Códe:-
print("Three basic data types are : \" integer\" \"float\" \"string\"")
What was the error?
- missing of double quote
- " cannot be printed directly... use esCape sequence --> \" to print double qoute
Similar questions