How To Make Madlib Game | Using Python | Beginner Python Project |

Publié le: 27 mai 2021
sur la chaîne: ProrammingWith Somesh
65
5

Hi guys, in this video I'm going to show you how to make a Madlib game using python. so if you like this video, please Subscribe to my channel for more programming-like content.

Code:-

print("welcome to my Madlib Game :) ")

adj = input("Type any adjective: ")
verb1 = input("Type any verb: ")
verb2 = input("Type any verb: ")
famous_person = ("Name of a famous person: ")

madlib = f"computer programming is so {adj}! it makes me so excited all the time because. " \
f"I love to {verb1}. Stay hydrated and {verb2} like you are {famous_person}"


print(madlib)


Sur cette page du site, vous pouvez voir la vidéo en ligne How To Make Madlib Game | Using Python | Beginner Python Project | durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur ProrammingWith Somesh 27 mai 2021, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 65 fois et il a aimé 5 téléspectateurs. Bon visionnage!