-
- 1402/05/31 05:52
def print_even(test_string):
for i in test_string:
if i == "geeks":
yield itest_string = " The are many geeks around you, \
geeks are known for teaching other geeks"# count numbers
count = 0
print("The number of geeks in string is : ", end="")
test_string = test_string.split()for j in print_even(test_string):
count = count + 1print(count)
- 1402/06/01 10:17
سلام مرسی مثالتون
- برای پاسخ دادن، از اینجا وارد حساب کاربری خود شوید یا از اینجا ثبتنام کنید.