Python to C# Cheat Sheet Variables Python: foo = 1 bar = "hi" something_that_varies = 2 # Though strict immutability in Python isn't common.