Scratcher Joined 1 year, 6 months ago India
Hello! My name is Arjun. I am a Scratcher hailing from India. I love Scratch!!
Programming in Python>>> a = "Scratch">>> b = "is">>> c = "nice!">>> print(a, b, c)>>> Scratch is nice!>>> # Thanks