اختبار: مقدمة إلى Python
اختبر معلوماتك بالمواضيع التي تناولها هذا الفصل.
سنغطي ما يلي...
سنغطي ما يلي...
1
How can we print the text “Educative” in Python?
A)
print Educative
B)
print"Educative"
C)
print("Educative")
D)
print(Educative)
Question 1 of 30 attempted