We can make a web button by any object by modifying its shape to be a button then adding any function by OnClick or other events. Simpl...
READ MORE +
how to make your computer faster?
1- Restart your computer, that will start a your OS in fresh mode and load only needed services. 2- Ensure that your OS and Software is...
READ MORE +
Why is my computer running slow?
Computers are very powerful machines, but just like other devices, they have broken down at some point. Amongst the things that many peop...
READ MORE +
Python Tutorial - python if else
how to make decisions on python by using if else conditions. if (condition): statement1 .... else: statement2 .... mark = 20 + 2...
READ MORE +
Python float division
When we divide integer number in python the result show only the integer number, see this example: a = 7 b = 2 c = a / b print c 3 # the re...
READ MORE +
Subscribe to:
Posts
(
Atom
)