TOPIC

Correct Answer

dardaniacoimbra asked 2 years ago

if __name__ == '__main__':
    A = int(input())
    B = int(input())

    X = A + B
    print("X =",X)

Remember not post solutions. Your post may be reviewed by our moderators.

  • Instagram-pedro_leocir replied 2 years ago

    Bom dia Dardânica, tudo bem? Então, acredito que tu esteja fazendo em Python certo? Não tem necessidade usar esse if name == 'main': no inicio. Além disso cuide com o Presentation error. Adicione um espaço após a , no print.

    MOD