0
Need help don't really understand it at all
I dunno
7 Answers
+ 9
Well, in Python when you want to represent that a number is the exponential of another, you do, for example:
2**3
this is the same as writing:
2*2*2
the result will be 8.
So instead of writing: 5*5*5*5*5*5*5*5
you can write: 5**8
+ 8
what you are not understanding?
+ 8
that's what this Q&A Discussions are for.
I'm happy I could help.
+ 8
@beverly razo
post your questions I we'll try to help.
+ 1
thank you so much. much more clearâș
0
expotentials
0
Guys im new can u guys help me please