CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Home
>
other
> Yang multiplication table
Yang multiplication table
Time:03-09
J=1
While j <=9:
I=1
While I <=j:
Print (" {I * j} f={I} * {j} ", end='\ t')
I +=1
Print ()
J +=1
Page link:
https//www.codepudding.com/other/103781.html
Prev:
Consult a python output json
Next:
Whether a 8086 CPU can only have one stack register?
Tags:
Scripting language (Perl/Python)
Related
Links:
CodePudding