ROCK PAPER SCISSORS IN PYTHON

Rock Paper Scissors, a very famous game which you might have enjoyed with your friends but now it is the time to enjoy the same game using Python. Rock paper scissors is a hand game usually played between two people, in which each player simultaneously forms one of three shapes with an outstretched hand. These shapes are “rock”, … Continue reading ROCK PAPER SCISSORS IN PYTHON

PASS STATEMENT

What is the statement that can be used in Python if the program requires no action but requires it syntactically? The pass statement is a null operation. Nothing happens when it executes. You should use “pass” keyword in lowercase. If you write “Pass”, you’ll face an error like NameError: name Pass is not defined. Python … Continue reading PASS STATEMENT

Design a site like this with WordPress.com
Get started