Skip to content

Commit

Permalink
Updated example
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturHD committed Oct 22, 2023
1 parent e68e274 commit 9925114
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 3 additions & 3 deletions apps/python-dsl/public/examples/example.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Example of projections puts, increment (++), times

# Example of projections puts, increment (++), times

counter = 0
print("Hello, the counter is: ", end="")
print(counter)
print(f"Counter is initially {counter}")

counter = 1
for index in range(10):
counter += 1
print("Counter is now: ", end="")
Expand Down
3 changes: 0 additions & 3 deletions apps/python-dsl/src/projections/TimesProjection.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,4 @@
.noindent {
margin-left: -10px;
}
.text-right {
text-align: right;
}
</style>

0 comments on commit 9925114

Please sign in to comment.