Quick Coding Tips
What will be the datatype of the var in the below code snippet? var = 10 print(type(var)) var = "Hello" print(type(var))
1 year ago | [YT] | 1
Quick Coding Tips
What will be the datatype of the var in the below code snippet?
var = 10
print(type(var))
var = "Hello"
print(type(var))
1 year ago | [YT] | 1