Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
programming_i_2018-19_winter_semester [2018/11/30 09:49]
jakub.gemrot
programming_i_2018-19_winter_semester [2018/11/30 10:01]
jakub.gemrot
Line 58: Line 58:
  
 ======Labs History====== ======Labs History======
 +
 +==== Lab 06 ====
 +  * **27.11.2018**
 +  * We have been talking about functions building chain of functions and reusing them, showing the result of function signature changes and how to work around it
 +  * Tasks we have been working on, using only functions chr(x) and ord(x)
 +    - Is this input a natural number (0 included)?
 +    - Does this string contain a natural number (0 included)?
 +    - Does this string a whole number?
 +    - 
 +  * Homeworks
 +    - How many digits this whole number stored in a string is containing? Return -1 if the string does not contain a whole number.
 +    - What is the sum of digits in this whole number stored in a string? Return -1 if the string does not contain a whole number.
 +    - You are given a string that should contain a whole number; return the number without its first digit. Return 0 if the string does not contain a whole number or the number contains only single digit.
 +    - You are given a string, return the same string but convert all lower-case characters into their upper-case variants.
  
 ==== Lab 05 ==== ==== Lab 05 ====
programming_i_2018-19_winter_semester.txt · Last modified: 2019/01/25 16:16 by jakub.gemrot