اقدر اصحح اي كود خاطئ اشوف و اصحح لك الخطأ وي اقدر اكتب لك اي محتوي
text = "andro"
age = 6
print(f"He was {age}, she {text.replace('ro', 'gi')}")
text = "goda"
age = 7
print(f"He was {age}, wady dagle no word {text.replace('g', 'j')}")
ده كود بايثون