Difference between revisions of "Foo"
From Wiki at Neela Nurseries
(no summary) |
m |
||
(3 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.")