Ask Sawal

Discussion Forum
Notification Icon1
Write Answer Icon
Add Question Icon

Betts ypyhqpd Muskan




Posted Questions



Wait...

Posted Answers



Answer


Freekah is an ancient grain that hails from the Middle East. Similar to bulgur wheat, it comes from the durum wheat plant, harvested when the wheat is green. It's been part of Mediterranean and Northern African cuisine for centuries, and is starting to become more popular here in the US. What does freekah taste like?


Answer is posted for the following question.

What is freka?

Answer


5 Answers · Select the pane called Variable Explorer · Press the import button (shown below), select your npy file and present Ok import button


Answer is posted for the following question.

How to print npy file?

Answer


Eksath Basath Karta is a Bhojpuri language song and is sung by Naushad, Nitin, and Janiwa Rai Eksath Basath Karta, from the album Piya Aa Jaeeha, was released in the year 2005 The duration of the song is 3:52


Answer is posted for the following question.

What is eksath basath?

Answer


  1. Go to Gateway of Tally > Accounting Vouchers > F7: Journal .
  2. Click J : Stat Adjustment .
  3. Select the options as shown below:
  4. Debit the GST ledgers, and enter the tax Rate and Taxable Value in the GST Details screen displayed for each tax ledger.

Answer is posted for the following question.

How to adjust on account receipt in tally?

Answer


1
import datetime
2
date = '2021-05-21 11:22:03'
3
datem = datetime.datetime.strptime(date, "%Y-%m-%d %H:%M:%S")
4
print(datem.day)        # 25
5
print(datem.month)      # 5
6
print(datem.year)       # 2021
7
print(datem.hour)       # 11
8
print(datem.minute)     # 22
9
print(datem.second)     # 3

Answer is posted for the following question.

How to how to extract month from date in python (Python Programing Language)


Wait...