The Eisenhower Matrix The Eisenhower matrix basically a technique for shorting tasks into an important and urgent basis. This technique helps to concentrate on the task and also help to elimination task that not necessary to complete. In this matrix, four boxes are available where urgent, not urgent and important, not important headers are shown….
One of the Best Image Save Tool From Google Chrome Browser Download Link: Click This
IELTS Over All Band Score Calculations : Band Score Skill Level Description 9 Expert user Has fully operational command of the language: appropriate, accurate and fluent with complete understanding. 8 Very good user Has fully operational command of the language with only occasional unsystematic inaccuracies and in appropriacies. Misunderstandings may occur in unfamiliar situations. Handles…
IELTS is the International English Language Testing System. Which is very popular and most of the international universities are accept it. It has four sections to test. 1. Reading 2. Writing 3.Speking 4.Listening. To improve the English skills we need some tools that interactive and make learning fun. Here some online links that make English…
Here is the simple loop for creating ten multiplication table using the python programming language.
1 2 3 4 5 6 7 8 |
#10 X 10 multiplication table for i in range(1,11): print('{:<3}|'.format(i),end="") for j in range(1,11): print('{:>4}'.format(i * j),end="") if i == 1: print('\n{:#^44}'.format(""),end="") print("") |
The following table lists all of Python’s operators, from highest precedence to lowest.
Here is the list of some websites that freely provide some learning resources for python programming language. 1.Programiz 2. W3Schools
Learn German Language Online. 1. Learn German Easily.
Webpage Test : Url: Webpage Test
If you are a student and you have an email id from Daffodil International University you can Easly get a Github Student Developer Pack which is an awesome developer pack containing lots of tools and services. Other Students can also get a Github Student Developer Pack but here I’m just talking about Daffodil International University…