for i in range(10,-1,-3)
print(I,end=”@”)
Answers
Answered by
1
Question:-
Write the output of the following code.
Answer:-
Given code,
for i in range(10,-1,-3):
print(i,end=”@”)
Output will be,
10@7@4@1@
For verification,check out the attachment.
Attachments:
Similar questions
Social Sciences,
3 months ago
Hindi,
3 months ago
World Languages,
3 months ago
English,
6 months ago
Math,
6 months ago
English,
11 months ago
English,
11 months ago