Computer Science (Python) > computational-thinking-and-programming-2 > Functions
Write the output of the following Python code:
def sum(a,b): print(a+b) sum(4,5) sum(3)
Current Session
Community Stats
Track Your Progress
Sign up to save your practice progress and get personalized insights across all topics.