Difference between revisions of "Foo"

From Wiki at Neela Nurseries
Jump to: navigation, 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.")