today i've learnt about basics of python.
to print a string or statement we use print() function.we can use either " " or '' with in print() function like print("hello") or print('hello').we can even print multiple strings at a time like print("hello",1,"hii").we can separate these words using a delimiter like print("hello world",1,'hii',sep='$')
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)