Vo Khon’s Reviews > How to Think Like a Computer Scientist: Learning With Python > Status Update
Like flag
Vo’s Previous Updates
Vo Khon
is on page 85 of 288
import
id() to check new item or not
type to check what kind of type -- int() str() float()
guardian code in chapter 5 tell about some conditions take care what input not be wrong.
some kind recursion - a loop by if statements.
— Feb 26, 2023 12:23AM
id() to check new item or not
type to check what kind of type -- int() str() float()
guardian code in chapter 5 tell about some conditions take care what input not be wrong.
some kind recursion - a loop by if statements.

