1

Exponent of string,

What tf does this mean?.. I'm currently learning python in our university's elab and one of the questions, asks me to do this... Can someone tell me what is it?.. I've never heard something like that😐

Comments
  • 3
    Very wild guess....

    Should really ask the course leader

    2000000000.00
    2e9

    ?!

    Exponent of scientific notation?
  • 4
    I call it TypeError
  • 0
    It had sample input and output,..in which ,..
    Input
    Elab
    Output
    ElabElab

    So i thought it was str+str,.. but hidden test cases fail
  • 0
    @IntrusionCM lemme try if this works
  • 1
    Elab should become ElabElab?

    Are there more examples? Cause this looks really like garbage Task description.
  • 0
    @IntrusionCM nope, no more examples
  • 1
    Just show em the ascii code equivilent of each character and have them prove you wrong.
  • 2
    @spdhiraj99 looks suspiciously like Python's absolutely hideous string-integer "multiplication" operator...it basically repeats the string integer number of times
    Eg
    "Lol" * 2 -> "LolLol"
  • 1
    @RememberMe lol tried that, doesn't work,... Well i reported that question as wrong, let's wait for admin's response
Add Comment