node
Articles tagged: nodex = 1 if x == 1:
# indented four spaces
print("x is 1.")
2 Posts tagged with node.
x = 1 if x == 1:
# indented four spaces
print("x is 1.")