Skip to content

Instantly share code, notes, and snippets.

View adityameena08's full-sized avatar

adityameena08

  • Joined Sep 20, 2025
View GitHub Profile
@adityameena08
adityameena08 / grpa 1.py
Created October 8, 2025 14:10
grpa week 1
# Sample inputs (# note: The values given in the prefix code(grey) will be changed by the autograder according to the testcase while running them.
a = 5
b = 6
price, discount_percent = 80, 5.75
total_mins = 470
# <eoi>
output1 = int(a+b) # int: sum of a and b
output2 = int(2*(a+b)) # int: twice the sum of a and b
@adityameena08
adityameena08 / grpa 1.py
Last active October 8, 2025 14:11
grpa week 2
grpa 1
x1 = input()
x2 = input()
y1 = input()
y2 = input()
y3 = input()
z = input()
temp_x = x1