Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

par o inpar python

#Please visit my website: GarlokDev.com

number = input("
Insert here the number: ")

print("
You have inserted: " + number)

f_number = number[-1]

par = [2, 4, 6, 8, 0]

if f_number in par:
        print("
" + numeber + " is a pair number")
else:
        print("
" + number + " is a odd number")

Comment

PREVIOUS NEXT
Code Example
Python :: python nextcord bot slash command 
Python :: reverse keys and values in dictionary with zip python 
Python :: neural network without training return same output with random weight 
Python :: fourreau de maroquin 
Python :: apolatrix 
Python :: numpy get specified colums 
Python :: python find second occurrence in string 
Python :: fizzbuzz python 
Python :: how to install threading module in python 
Python :: firefox selenium python 
Python :: replace space with _ in pandas 
Python :: how to ascess GPS in python 
Python :: train test split pandas 
Python :: pandas percentage change across 3 periods 
Python :: convert from object to integer python 
Python :: how to include specific data type from the dataframe 
Python :: python execute bat file 
Python :: default style matplotlib python 
Python :: generate random prime number python 
Python :: combining 2 dataframes pandas 
Python :: button position python 
Python :: maximo numero de variables dentro de un .def python 
Python :: print bold text python 
Python :: pathlib get list of files 
Python :: convert file to base64 python 
Python :: element not found selenium stackoverflow 
Python :: ValueError: There may be at most 1 Subject headers in a message 
Python :: check cuda available tensorflow 
Python :: dataframe describe in pandas problems 
Python :: how to make player quit in python 
ADD CONTENT
Topic
Content
Source link
Name
3+8 =