For further actions, you may consider blocking this person and/or reporting abuse
            This community will be migrating to a dedicated subforem in the near future. We are excited to announce a new take on the CodeNewbie Community soon! Email support@forem.com if you have any questions.
Hello! Wonderful question!
The simple syntax for a variable is:
variable_name = value
EXAMPLES:
name = "Kai"
is_true = True
zero = 0
Hope this helps!