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:
Output: 0Create a function called main.
Example 1:
Input:
Output: "Hello World"Create a function called main.
Example 1:
Input:
Output: "codeschooluz"Create a function called main.
Example 1:
Input:
Output: int: -1, 0, 1 ...Create a function called main.
Example 1:
Input:
Output: float: -1.0, 0.1, 0.2, 1.0 ...Create a function called main.
Example 1:
Input:
Output: str: "Hello World", "0", ...Create a function called main.
Example 1:
Input: a = 5
Output: 5Example 2:
Input: a = 0
Output: 0Create a function called main.
Example 1:
Input: a = 5
Output: 6Example 2:
Input: a = 8
Output: 9Create a function called main.
Example 1:
Input: a = 5
Output: 4Example 2:
Input: a = 8
Output: 7Create a function called main.
Example 1:
Input: a = 5
Output: -5Example 2:
Input: a = 1
Output: -1- don't copy other solutions or any solution
- don't remove comments