Skip to content

bublyrai23/Susmita-Rai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

import numpy as np from numpy.random import randn answer = None x = randn() if x>1: answer = "X greater then 1" else: if x>=-1: answer = "Between -1 and 1" # Nested statement else: answer = "Less then -1" print(x) print(answer)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published