Difference between revisions of "Foo"
Jump to navigation
Jump to search
(Replaced content with " ---") |
m |
||
| Line 1: | Line 1: | ||
--- | --- | ||
| + | x = 1 | ||
| + | if x == 1: | ||
| + | # indented four spaces | ||
| + | print("x is 1.") | ||
Latest revision as of 07:47, 10 December 2021
--- x = 1 if x == 1:
# indented four spaces
print("x is 1.")