Computer Science (Python) > computational-thinking-and-programming-2 > Functions
Consider the statements given below and choose the correct output from the options:
def Change(N): N=N+10 print(N,end='$') N=15 Change(N) print(N)
Current Session
Community Stats
Track Your Progress
Sign up to save your practice progress and get personalized insights across all topics.