Unable to Submit my Answer on Question 18

my_int=20
print(my_int)
print(type(my_int))
my_float=15.85
print(my_float)
print(type(my_float))
my_string=‘Hello World’
print(my_string)
print(type(my_string))
my_bool=True
print(my_bool)
print(type(my_bool))

Hi Romit,

Could you please paste the screenshot so that we can assist you better.

Hi Romil,

Try to enter each line in separate code cells and then try to submit. It happens sometimes. Whenever this kind of problem appears try this approach and see if it works for you.

Please attach a screenshot of your problem too. That would help to resolve the issue asap.

Regards