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
This code will print first name and last name parallelly over sleep time of 2 sec.
Therefore to print 5 time first and last name; this it will only take 10 sec.
For normal execution the time taken would be 20 sec.