강현상·Jul 27, 2021Python) Problems using ForFirst problem: Adding all numbers from 1 to the number it is typed(using For)
강현상·Jul 6, 2021Python) ForWhen you use ‘for’, it will print out whatever you have written in the list or tuple.
강현상·Jul 3, 2021Python) while, breakWhen you repeat and get the output of the same sentence over and over to the point you set, you use ‘while’ rather than ‘if’
강현상·Jul 1, 2021Python) If, else, elifWhen the outcomes are different by different acts or different inputs, we use ‘if’ to set the right outcomes for each acting
강현상·Jun 28, 2021Python) StringEverything that you write inside ‘’, or “”, those are all to be categorized into strings
강현상·Jun 28, 2021Python) NumberThere are two different types in number, which are integer, and floating-point