Computer Science, asked by manerikarashi22, 2 months ago

Will the given code execute? Justify your answer double x=2.5;
int a= x;

Answers

Answered by sukhisharma85
1

Answer:

Strings in Python can be enclosed in either single quotes (') or double quotes (”): ... can execute. We have seen two kinds of statements: print and assignment. ... print 1 x = 2 print x.

Similar questions