How To Make Joke Telling Game With Python

 JOKE  TELLING  GAME 


Joke telling game is a very basic type of game .It is very interesting to play , It is very simple to make , In this game we only need to use print(), input() functions.



 The above image has the source code of the joke telling game.

This program has the following output.


Comments

Popular posts from this blog

How To Make Tic-Tac-Toe Game With Python

How To Build Future Calendar With Python

Use of functions in python