Difference between revisions of "Foo"
Jump to navigation
Jump to search
m |
|||
| (2 intermediate revisions by the same user not shown) | |||
| 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.")