Ayush A
def double(x): return 2*x def double(x): doubled_value = 2*x return doubled_value
Select an image from your device to upload