Python Daily Question - 114

Опубликовано: 13 Июль 2026
на канале: coding_with_mani
16
1

Python Daily Question - 114

Step-by-Step Explanation:

1. For Loop:
The for loop iterates over each character in the string 'mani'.
In each iteration, i takes the value of one character from the string.

2. Print Statement:
For each character i, the code prints the character followed by '@'.
The end='@' argument in the print function specifies that '@' should be printed after each character instead of a newline.

Iterations and Output:
First Iteration:
i = 'm'
print('m', end='@') outputs 'm@'

Second Iteration:
i = 'a'
print('a', end='@') outputs 'a@'

Third Iteration:
i = 'n'
print('n', end='@') outputs 'n@'

Fourth Iteration:
i = 'i'
print('i', end='@') outputs 'i@'

Combined Output:
The complete output, with '@' after each character, will be: m@a@n@i@

So, The Final Answer = m@a@n@i@
























#coding_with_mani #python #code #viral #youtubeshorts #shorts #short #youtube #code #india #code #viral #youtubeshorts #shorts #short #youtube #code #india
#pythonquestions #python #coding #youtube #pythonprogramming #code #programminglanguage #pythonprogramming
#shorts #python #code #viral #trending #youtubeshorts #sql #sqlserver #data #database #daily #dailyshorts #dailyquestions #dailyseries