from forex_python.converter import CurrencyRates, CurrencyCodes
c = CurrencyRates()
minN = 5
maxN = 10
a = (1)
b = (2)
c = (3)
d = (4)
print('STOCKHOLDER')
print('1. STOCKHOLDER')
print('2.')
print('3.')
print('4.')
k=input()
if k == 1:
print('PART that does not work')
print(c.get_rate('EUR', 'USD',))
v = (c.get_rate('EUR', 'USD',))
print('STOCKHOLDER')
p = (v+0.02465)
o = (v+0.0978)
i = (v+0.04325)
print('STOCKHOLDER',p,'STOCKHOLDER',o,'un STOCKHOLDER',i,)
print('STOCKHOLDER')
That part simply does not work, and the deadline is today :(, why is that so and why cant I get it working, im getting a bit irritated :D