The output for the python code is?
def car():
Race=20
Print(Race)
def bike():
Ride=10
Car()
Print(Ride)
bike()

Posted on by