Skip to content

Aula 2 python #25

@thysunami

Description

@thysunami

print("hello world")
print("thiago")
print(11*5-6)
print(15/2)

#Variante pode mudar
nome = "thiago"
idade = 25
limite_saque= 3000
print(nome,idade,limite_saque)

#Constante não muda
ESTADOS=("SP","MG","RJ","RS")
print(ESTADOS)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions