Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 210 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 210 Bytes

play-with-args-

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