quiz حل الأسئلة الجامعية manage_search الأرشيف

تم الحل ✓
categoryعلوم الحاسوب schoolبكالوريوس event_available2026-07-15

السؤال

Transcribed Image Text:

What is the output of the following Python code: def testing(num): if (num >50): return (num - 2) return testing (testing( num + 10)); print(testing (30)) a) 50 b) 52 c) 48 d) Infinite recursion Answer A B C D

check_circle الجواب — حل مفصل خطوة بخطوة

hourglass_top