0

Input

def dis():
        print ("I will forget you oneday.")
        return 2
# I make a return value in code.
dis()

Output

I will forget you oneday.

There is only a print line and no return value. Can someone help me know what is wrong with my code?

Gigi09
  • 11

0 Answers0