Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

python genap ganjil

x = int(input("Silakan masukkan angka: "))
if (x % 2) == 0:
    print(str(x)+ " adalah angka genap")
else:
    print(str(x)+ " adalah angka ganjil")
Comment

PREVIOUS NEXT
Code Example
Python :: numpy subtract 
Python :: how to set a hyperlink in python 
Python :: selenium session id python 
Python :: seaborn heatmap center xticks 
Python :: k fold cross validation xgboost python 
Python :: importing a python file from another folder 
Python :: how to remove whitespace from string in python 
Python :: sudo in python 
Python :: how to maximize the screen in selenium 
Python :: get output of a function in a variable python 
Python :: def total_missing(df,column_name) 
Python :: python emoji convert 
Python :: can u length a dictionary in python 
Python :: jupyter dataframe print all 
Python :: wordcount pyspark 
Python :: compare two data frames in assert 
Python :: lambda example python 
Python :: Finding Maximum Elements along columns using Python numpy.argmax() 
Python :: python one line key increment or add 
Python :: discord.py send message to channel with mutiple id 
Python :: read file from drive in colab 
Python :: theme_use() tkinter theme usage 
Python :: python count unique values in list 
Python :: python immutable dataclass 
Python :: SystemError: error return without exception set 
Python :: websocket api python on close 
Python :: import csv 
Python :: how to save brake lines on textarea in django 
Python :: open csv in coalb 
Python :: image data generator tensorflow 
ADD CONTENT
Topic
Content
Source link
Name
5+7 =