Please enable JavaScript.
Coggle requires JavaScript to display documents.
Programming (1Y,1SMT) Week 4-5 - Coggle Diagram
Programming (1Y,1SMT) Week 4-5
Function python languages
Input() : Getting data from user
strip() : used for delete the space on left and right
split() :
sep : Separator between each value
end :
file :
in : check a charecter that appears in a string
abs(): Rethe the absolute value
pow(): : return in the form of exponential
Character Escape Sequence
\b : Backspace
\t : Tab
\n : Linefeed
\f : Formfeed
\r : Carriage return
\ : Blackslash
\' : Single Quote
\'' : Double Quote
Formatting floating-point numbers , f is when to used in coding