Courses
Courses
Code Compiler
Code Compiler
Discuss
Pricing
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
X=3 and num=17 so what is print(num%x)
beginners
1 Vote
3 Answers
20th Jun 2021, 2:25 PM
alessandra nicole biado
>>> x = 3 >>> num = 17 >>> print(num%x)
numeric-operations
python
0 Votes
2 Answers
15th Nov 2016, 4:49 AM
Darshen Nithiyanandnan
Python language
num=17
print(num%x)
x=3
0 Votes
4 Answers
19th Jan 2018, 1:34 PM
rana denish
Ask a question
Ask a question
Ask a question
Ask a question
Hot today
#text decompressor
1 Votes
How python is used in daily life?
2 Votes
Explain Me THISSSSS..
1 Votes
Hello!
0 Votes
My code keeps saying error
0 Votes
Trying to multiply 'a' and 'b' which should be 3600. What happened? C#
0 Votes
Python
0 Votes
Profile
0 Votes
Dependency conflict
2 Votes
How does this code work? print(5>>2) (Python)
1 Votes