Print("Hello World") s=input('here') print(s) i=-1 for var in s: i=i+1 if i==2: continue print(var) print('here it stops') here val also works in var ,why ? and any theory nehind this, without introducing any objectname in earlier code
— Unable to do that, could you share a pic doing that ?
— Guys i want to know is there any way where we can retieve data from postgresql database and use this data through aiohttp as web response