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

Publicado em: 27 Maio 2021
no 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)


Nesta página do site você pode assistir ao vídeo on-line How To Make Madlib Game | Using Python | Beginner Python Project | duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário ProrammingWith Somesh 27 Maio 2021, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 65 vezes e gostou 5 espectadores. Boa visualização!