Skip to content

Commit

Permalink
3rd jscommit
Browse files Browse the repository at this point in the history
  • Loading branch information
cyber-suvash authored Sep 23, 2024
1 parent 0db38fa commit bf381f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fun2.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const questions = [
question: `
for i in range(3):
for j in range(i):
print(j, end=" ")
print(j)
print()`,
answer: [

Expand Down

0 comments on commit bf381f9

Please sign in to comment.