rozpracovane zmeny
This commit is contained in:
7
testy/asyncioRun.py
Normal file
7
testy/asyncioRun.py
Normal file
@ -0,0 +1,7 @@
|
||||
import asyncio
|
||||
|
||||
async def vysledek():
|
||||
return 100
|
||||
|
||||
a = asyncio.run(vysledek())
|
||||
print(a)
|
||||
Reference in New Issue
Block a user