Computer Science, asked by natzberrisford, 5 months ago

Please Help.

What term do I put in the blank?

Fill in the blank. Float is the numeric variable type that allows for (blank) _______ places.

Answers

Answered by Darshankrishna
3

Answer:

thanks for free points

Answered by rjtsaini03
0

Answer:

String formatting

Explanation:

  1. x=10 #this is integer
  2. name='joe' #This is string
  3. print("This is",name,"and my age is",x)
Similar questions