Computer Science, asked by kailashkothiyal8287, 1 month ago

how can you find out what values is stored in c? >>> a = 7 >>> b = 3 >>>c = a//b >>> type (c)

Answers

Answered by manasshah095
0

Answer:

how can you find out what values is stored in c? >>> a = 7 >>> b = 3 >>>c = a//b >>> type (c)

Similar questions