Skip to content

Instantly share code, notes, and snippets.

View vtu29512's full-sized avatar

vtu29512

  • Joined Oct 25, 2025
View GitHub Profile
@vtu29512
vtu29512 / Task3.py
Created October 25, 2025 05:58
Vtu29512
TASK 3A
# Function to find k'th non repeating character
# in string
from collections import OrderedDict
def kthRepeating(input,k):
@vtu29512
vtu29512 / Task2.py
Created October 25, 2025 05:55
Vtu29512
TASK 2A
score =int(input("Enter the score:"))
if score>=90:
print("The Grade is A")
elif (score <=89 and score>=80):
@vtu29512
vtu29512 / Task1.py
Created October 25, 2025 05:49
Vtu29512
1(A)
a = int(input())
print("Loaves Discount")
r=185*a
d=0.6*r