Skip to content

Update README.md#1

Open
safaissaoui wants to merge 1 commit into
masterfrom
safaissaoui-patch-1
Open

Update README.md#1
safaissaoui wants to merge 1 commit into
masterfrom
safaissaoui-patch-1

Conversation

@safaissaoui
Copy link
Copy Markdown
Owner

test

'hello world'.upper()
HELLO WORLD
%%%%%%%%%%%%%%%%%

sujet2

Get the numbers from the user

n1 = int(input("15"))
n2 = int(input("3"))

Calculates integer division and displays

n = n1//n2
print("Integer division:", integerDivision)

Calculates float division and displays

n = n1/n2
print("Float division:", floatDivision)
#convert

bool(n)
True
else
false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant