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

Publicado el: 27 mayo 2021
en el canal de: 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)


En esta página del sitio puede ver el video en línea How To Make Madlib Game | Using Python | Beginner Python Project | de Duración hora minuto segunda en buena calidad , que subió el usuario ProrammingWith Somesh 27 mayo 2021, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 65 veces y le gustó 5 a los espectadores. Disfruta viendo!