강현상Python) Problems using ForFirst problem: Adding all numbers from 1 to the number it is typed(using For)Jul 27, 2021Jul 27, 2021
강현상Python) ForWhen you use ‘for’, it will print out whatever you have written in the list or tuple.Jul 6, 2021Jul 6, 2021
강현상Python) 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 3, 2021Jul 3, 2021
강현상Python) If, else, elifWhen the outcomes are different by different acts or different inputs, we use ‘if’ to set the right outcomes for each actingJul 1, 2021Jul 1, 2021
강현상Python) list, tupleBoth list and tuple are to make a group of some type of things:Jun 28, 2021Jun 28, 2021
강현상Python) StringEverything that you write inside ‘’, or “”, those are all to be categorized into stringsJun 28, 2021Jun 28, 2021
강현상Python) NumberThere are two different types in number, which are integer, and floating-pointJun 28, 2021Jun 28, 2021