Hey there! I'm Vaibhav - a passionate Full-Stack Developer and AI/ML enthusiast. I've completed an internship as a Full-Stack Developer, building dynamic and scalable web applications. I'm always pushing the boundaries of what's possible with code!
from time import sleep
from random import choice
greetings = ['Hello', 'Hey', 'Hi', 'Hola', 'Bonjour', 'Namaste']
emojis = ['π₯', 'π₯', 'β‘', 'π', 'π»', 'β¨']
for _ in range(10):
print(f"{choice(greetings)} World {choice(emojis)}")
sleep(0.5)
- π LinkedIn: fuck linkedin
- π¦ Twitter:@vaibhaavvvvvv