for i in range(10,-1,-3)
print(I,end=”@”)
Answers
Answered by
0
Answer:
it is an computer coading
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
India Languages,
3 months ago
Hindi,
3 months ago
English,
6 months ago
English,
11 months ago
English,
11 months ago