30/09/2018, 19:27

Một test khó hiểu bằng tiếng Anh

Như sau:

admitted = None
age = 14
if age >= 13:
    admitted = True

Nó kêu “Add an else to your if. In the else, set admitted to False”, mà không được thay đổi code ở trên. Vậy thì add thế nào vậy?

Itachi Citus viết 21:40 ngày 30/09/2018

Add an else to your if. In the else, set admitted to False

Mình kiếm đề thử trên google thì ra https://teamtreehouse.com/community/conditional-value ^^

Bài liên quan
0