Ask Sawal

Discussion Forum
Notification Icon1
Write Answer Icon
Add Question Icon

Sushanth Jameel




Posted Answers



Answer


While moderate amounts of alcohol may cause blood sugar to rise, excess alcohol can actually decrease your blood sugar level -- sometimes causing it to drop into dangerous levels, especially for people with type 1 diabetes. Beer and sweet wine contain carbohydrates and may raise blood sugar.


Answer is posted for the following question.

Can beer reduce diabetes?

Answer


  • import os.
  • import shutil.
  • # Creating a new folder in the current directory.
  • os.mkdir('javatpoint')
  • # It will show the empty folder.
  • print('Empty Folder:', os.listdir('javatpoint'))
  • # testcompare.py file will be copied in the javatpoint folder.
  • shutil.copy('testcompare.py', 'javatpoint')

Answer is posted for the following question.

How to install shutil (Python Programing Language)


Wait...