Skip to main content

HEAD and TAIL, programming in python, lets check your fate?

import random

print('Coin flip')

#Input Head or Tail

x = (int(random.randint(0, 1)))

if x == 0:
print(x)
print('Head')
else:
print(x)
print('Tail')


#to check use python editor or check online in this given link
https://www.tutorialspoint.com/execute_python3_online.php

Comments

Popular posts from this blog

How to make dice game by using LabVIEW?

8. Dice Game (Exercise) In a board game a pair of dice (one is 6 sided and the other is 12 sided) is rolled. You win when there is a matching number, or the sum of the numbers rolled is equal to 18. In this problem we would like to build a VI that will do the following: i) Rolls the pair of dice every 100ms and displays the numbers rolled ii) A digital indicator displays the number of times dice rolled iii) An LED glows when you win iv) A digital indicator displays the number of wins v) Program stops after exactly100 rolls.

Use of formula loop plot of graph y=sin(x)/x and y=sin(x^2)/x in LabVIEW

1. Formula loop Using formula loop compute y for the following two functions: 𝑦1 = sin(x)/x and 𝑦2 = sin(x2)/x where x varies from 0 to 10 in step of 0.05. Plot 𝑦1 & 𝑦2 vs. x in a single XY graph. Use For Loop and Formula loop for this problem.

Great Architecture clips

Picture credit by Simran (my little sister) Lots of thanks 😊