You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write an asynchronous function fetch_data that simulates fetching data by sleeping for 2 seconds and then returns "data". Write another function process_data that awaits fetch_data, processes the data by converting it to uppercase, and then prints the result.
The text was updated successfully, but these errors were encountered:
Write an asynchronous function fetch_data that simulates fetching data by sleeping for 2 seconds and then returns "data". Write another function process_data that awaits fetch_data, processes the data by converting it to uppercase, and then prints the result.
The text was updated successfully, but these errors were encountered: