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
Use *args to get multiple agruments to a defined function
Defines a function called read which reads strings using *args function.
Writes back the first letter of each given string.
That's it