0
What is int(input()) function and str(input())function ?what is use of them.?
Plz help me.... plz describe as much u can
2 ответов
+ 4
There Is no need to use str(input())function ,python by default take value as a string.
But for interger input use int(input()) function .
+ 2
It formats input to int and str type