CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
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!!!!
Page link:
https//www.codepudding.com/other/32334.html
Prev:
Novice small white help capture related issues (area)
Next:
Q&a help Python or introduction to MATLAB or R solving mathematical model
Tags:
Scripting language (Perl/Python)
Related
Links:
CodePudding