Python Taskbook Level 3.8
You are given a list of numbers. Check that all the numbers in this list contain the digit 3
.
The numbers are written separated by commas. Get the maximum of these numbers.
Given a string in the format:
'kebab-case'
Convert it to the format:
'snake_case'
Given a string in the format:
'snake_case'
Convert it to the format:
'camelCase'
Given a string in the format:
'camelCase'
Convert it to the format:
'snake_case'