The letter 'st' needs to be superscripted. Got unicodes that scripted number. Any help with strings? Without the use of extra modules.
name = ['Sanjay','sai','clarke','Bellamy']
for i, name in enumerate(name):
print(f'{i}st place goes to {name}')