Home > other >  How python unwrapped string?
How python unwrapped string?

Time:09-26

Input from the keyboard a four integer, their product of digits, and the output, for example, enter 1234, the output of 24, a great god answers, genuflect is begged

CodePudding user response:

A=1234
S=STR (a)

B=1
For I in s:
B=b * int (I)

print(b)

CodePudding user response:

So!!!!

  • Related