-
Malarvizhi M started the topic How can you wrap the text within a cell in the forum Microsoft Excel 6 months ago
You must select the text you want to wrap, and then click wrap text from the home tab and you can wrap the text within a cell.
-
Malarvizhi M started the topic How many data formats are available in Excel? Name some of them. in the forum Microsoft Excel 6 months ago
Eleven data formats are available in Microsoft Excel for data Storage. Example:
Number – Stores data as a number
Currency – Stores data in the form of currency
Date – Data is stored as dates
Percentage – Stores numbers as a percentage
Text Formats – Stores data as string of texts -
Malarvizhi M started the topic What are spreadsheets in the forum Microsoft Excel 6 months ago
Spreadsheets are software programs that facilitate effective data organization, calculation, and sorting. A spreadsheet consists of rows and columns spread throughout. The total number of rows and columns on an MS excel worksheet is 1,048,576 rows by 16,384 columns.
There is a worksheet (labeled “Sheet1”) as shown below, and we also notice a “+”…[Read more]
-
Malarvizhi M wrote a new item 6 months ago
What does *args and **kwargs mean
-
Malarvizhi M wrote a new item 6 months ago
What does len() do
-
Malarvizhi M wrote a new item 6 months ago
Write a command to open the file c:hello.txt for writing
-
Malarvizhi M wrote a new item 6 months ago
xyz = 1,000,000 x y z = 1000 2000 3000 x,y,z = 1000, 2000, 3000 x_y_z = 1,000,000
-
Malarvizhi M wrote a new item 6 months ago
To display the contents of a file in reverse, the following code can be used: for line in reversed(list(open(filename.txt))): print(line.rstrip())
-
Malarvizhi M wrote a new item 6 months ago
Differentiate between NumPy and SciPy
-
Malarvizhi M wrote a new item 6 months ago
What is pickling and unpickling
-
Malarvizhi M wrote a new item 6 months ago
What is a map function in Python
-
Malarvizhi M wrote a new item 6 months ago
What do you mean by Python literals
-
Malarvizhi M wrote a new item 6 months ago
These methods belong to the modify strings. split(): This method is used to split a given string into a list. sub(): This method is used to find a substring where a regex pattern matches, and then it replaces […]
-
Malarvizhi M wrote a new item 6 months ago
How does break, continue, and pass work
-
Malarvizhi M wrote a new item 6 months ago
A Python package refers to the collection of different sub-packages and modules based on the similarities of the function.
-
Malarvizhi M wrote a new item 6 months ago
What are the common built-in data types in Python
-
Malarvizhi M wrote a new item 6 months ago
What is __init__ in Python
-
Malarvizhi M wrote a new item 6 months ago
What are functions in Python
-
Malarvizhi M wrote a new item 6 months ago
What is a dictionary in Python
-
Malarvizhi M wrote a new item 6 months ago
What is scope resolution
- Load More