No function called asyncio.run()

There is no function called asyncion.run(main()) in python 3.9.6. What to use instead of this.

Hey @kritikajmani,
“asyncion.run(main())” will work fine in any python > 3.7. Are you facing this error in Jupyter notebook? If you are facing this error in Jupyter notebook then you can use “await main()” instead of it.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.