Computer Science, asked by ramsmedicine, 2 months ago

pls tell me thses answers

Attachments:

Answers

Answered by seisogwra
0
Yes
True
Here are the ans
Hope it helps buddy
Stay safe
Stay home
Answered by BrainlyProgrammer
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