Python Forum
Need help with this Python Interview Question
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need help with this Python Interview Question
#4
def exp10(value, exponent):
    return value * 10 ** exponent
Almost dead, but too lazy to die: https://sourceserver.info
All humans together. We don't need politicians!
Reply


Messages In This Thread
RE: Need help with this Python Interview Question - by DeaD_EyE - Sep-11-2020, 11:45 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020