Automated grading of homework assignments and tests
- fork this repository
- solve the task
- commit with proper message
- commit with proper message
Create a function called main.
Example 1:
Input: a = -8
Output: 8Create a function called main.
Example 1:
Input: a = 6.453
Output: 6.45Create a function called main.
Example 1:
Input: a = 9
Output: 3.0Create a function called main.
Example 1:
Input: a = 11 b = 2
Output: 5Create a function called main.
Example 1:
Input: a = 23 b = 5
Output: 3Create a function called main.
Example 1:
Input: a = 3 b = 2
Output: 5Create a function called main.
Example 1:
Input: a = pi
Output: 3.141592653589793Create a function called main.
Example 1:
Input: a = pi
Output: 3.14Create a function called main.
Example 1:
Input: a = 4 b = 11
Output: 7Create a function called main.
Example 1:
Input: a = 5 b = 4
Output: 20- don't copy other solutions or any solution
- don't remove comments