Fix the variables names mentioned below:
marks!=100
007age=14
class sec="8O"
Correct the variable names and print them below.
Answers
Answered by
0
Answer:
Fix the variables names mentioned below:
marks!=100
007age=14
class sec="8O"
Correct the variable names and print them below.Fix the variables names mentioned below:
marks!=100
007age=14
class sec="8O"
Correct the variable names and print them below.
Explanation:
Fix the variables names mentioned below:
marks!=100
007age=14
class sec="8O"
Correct the variable names and print them below.
Answered by
1
to print we use command "print"
to print
Marks = 100
age = 14
class sec = 80
input --
print"Marks = 100"
print "age = 14"
print "class/sec = 80"
Similar questions