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

Pubblicato il: 27 maggio 2021
sul canale di: 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)


In questa pagina del sito puoi guardare il video online How To Make Madlib Game | Using Python | Beginner Python Project | della durata di ore minuti seconda in buona qualità , che l'utente ha caricato ProrammingWith Somesh 27 maggio 2021, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 65 volte e gli è piaciuto 5 spettatori. Buona visione!