سوف نذهب لمجال حماية وأمن المعلومات يلي يريد يبقى معنا
Anonymous Poll
57%
نعم سوف أبقى
26%
سوف أنتظر ما هي المنشورات
17%
لا أوافق على هذا
text = "Hello"
print(len(text))
Output is 5
H 1 and e 2 and l 3 and l 4 and o 5
print(len(text))
Output is 5
H 1 and e 2 and l 3 and l 4 and o 5
text = "Hello World!"
x = text.replace("World", "Everyone")
print(x)
Output : Hello Everyone
x = text.replace("World", "Everyone")
print(x)
Output : Hello Everyone
text = "Python is fun to learn."
x = "learn" in text
print(x)
Output : ?
x = "learn" in text
print(x)
Output : ?
مرحبا شباب بدي حدى نتعلم البايثون سوى
انا مستوى فوق الوسط بدي حدى نفس مستواي
انا مستوى فوق الوسط بدي حدى نفس مستواي