Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 339 Bytes

File metadata and controls

22 lines (13 loc) · 339 Bytes

Sum (Python)

< Home

Write a Python program that prints the sum of 2 integers in the args.

Examples

python solution.py 1 2 # 3
python solution.py 15 99 # 114

Grade command

This is the command to set up the grader in RamDesk.

python {{grader.file_path}} {{submission.file_path}}