What is Python reversed() function?

Hello, hope you all are doing well! In this article, we will be understanding the working of an in-built function — Python reversed() function. Working of Python reversed() function Python serves us with a huge count of in-built functions to deal and manipulate the data. One such function is Python reversed() function. Python reversed() function

What is Python reversed() function? Read More »

What is Python compile() function?

Hey, folks! In this article, we will be focusing on Python compile() function. Understanding the Working of Python compile() function Let me take you all back to the system/OS programming from where we deal with the concept of macros and functions. Macros are basically some pre-defined code blocks that get executed with the current source

What is Python compile() function? Read More »

Tic-tac-toe using Python

In this article, we will be going through the steps of creating Tic-tac-toe using Python Language from scratch. About the game Tic-tac-toe is a two-player game, that is played on a 3×3 square grid. Each player occupies a cell in turns, with the objective of placing three marks in a horizontal, vertical, or diagonal pattern.

Tic-tac-toe using Python Read More »