Answer to Question #264612 in Python for swsq

Question #264612
  1. Get the maximum number out of the given integer 

 Example

 INPUT=257895334; OUTPUT=9




1
Expert's answer
2021-11-18T15:15:07-0500
list1 = 257895334
st = str(list1)
print(max(st))

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS