Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people's questions, and connect with other people.

Have an account? Sign In

Captcha Click on image to update the captcha.

Have an account? Sign In Now

Sign In

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

Sorry, you do not have a permission to ask a question, You must login to ask question.

Forgot Password?

Need An Account, Sign Up Here
Tech Answered Logo Tech Answered Logo
Sign InSign Up

Tech Answered

Tech Answered Navigation

  • Home
  • Tutorials
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • About Us
  • Blog
  • Contact Us
Home /python

Discy Latest Questions

Vipinkv
Vipinkv

Vipinkv

  • India
  • 69 Questions
  • 1 Answer
  • 0 Best Answers
  • 35 Points
View Profile
  • 0
Vipinkv
Asked: October 30, 2021In: Python

Python Program To Print Stars (*) In Different Patterns?

  • 0

Can anyone list some python programs to print asterix *s in different shapes like, Triangle shape, square shape, right angled traingle shape, etc..?

Can anyone list some python programs to print asterix *s in different shapes like, Triangle shape, square shape, right angled traingle shape, etc..?

Read less
programpyhton program to print stars (*) in different patterns?pyhton program to print stars (*) in different shapespythonpython programpython programming .python programs
  • 0
  • 844
  • 0
Answer
Vipinkv
Vipinkv

Vipinkv

  • India
  • 69 Questions
  • 1 Answer
  • 0 Best Answers
  • 35 Points
View Profile
  • 0
Vipinkv
Asked: October 25, 2021In: Python

What Is The Python Program To Print The Calendar Of A Particular Month?

  • 0

Can someone explain me how to do this program?

Can someone explain me how to do this program?

Read less
pythonpython programpython program to print calendarpython program to print monthwhat is the python program to print the calendar of a particular month?
  • 1
  • 885
  • 0
Answer
Krishna Vijayan
Krishna Vijayan

Krishna Vijayan

  • India
  • 8 Questions
  • 218 Answers
  • 9 Best Answers
  • 4 Points
View Profile
  • 0
Krishna Vijayan
Asked: October 25, 2021In: Python

Write A Python Program To Accept A File Name From The User And Print The Extension Of The File Name.

  • 0

How to do this? Can someone help me with this question?

How to do this? Can someone help me with this question?

Read less
file extension programpythonpython program to print file extensionpython program to print the file extensionpython programming .write a python program to accept a file name from the user and print the extension of the file name
  • 1
  • 1,364
  • 0
Answer
Vipinkv
Vipinkv

Vipinkv

  • India
  • 69 Questions
  • 1 Answer
  • 0 Best Answers
  • 35 Points
View Profile
  • 0
Vipinkv
Asked: October 14, 2021In: Python

Python Program To Count The Number Of Vowels In A Sentence?

  • 0

Can anyone answer this question? I got it as a home work question. A little explanation would be great too.

Can anyone answer this question? I got it as a home work question. A little explanation would be great too.

Read less
codingcoding languagelanguageobject oriented languageprograming languageprograming languagespythonpython languagepython programpython programingpython programing language
  • 1
  • 778
  • 0
Answer
Vipinkv
Vipinkv

Vipinkv

  • India
  • 69 Questions
  • 1 Answer
  • 0 Best Answers
  • 35 Points
View Profile
  • 0
Vipinkv
Asked: August 3, 2021In: Programming Related

Best Programming Language To Learn in 2021?

  • 0

I’m planning to join an online course for programing. It would be really helpful if someone could suggest some of the best programming languages to learn in 2021, Please also mention the best programming language to learn accroding to your ...Read more

I’m planning to join an online course for programing. It would be really helpful if someone could suggest some of the best programming languages to learn in 2021, Please also mention the best programming language to learn accroding to your opinion.

Read less
best programing languagebest programing languagesc#javaprogramingprograming languageprograming languagespython
  • 0
  • 961
  • 0
Answer
Priyanka Chakraborty
Priyanka Chakraborty

Priyanka Chakraborty

  • India
  • 10 Questions
  • 10 Answers
  • 0 Best Answers
  • 44 Points
View Profile
  • 1
Priyanka Chakraborty
Asked: May 6, 2021In: Python

How to create a dictionary in Python

  • 1

While working on Python how can i create a dictionary?

While working on Python how can i create a dictionary?

Read less
dictionarieskeywordsprogrammingpython
  • 1
  • 1,752
  • 0
Answer
Priyanka Chakraborty
Priyanka Chakraborty

Priyanka Chakraborty

  • India
  • 10 Questions
  • 10 Answers
  • 0 Best Answers
  • 44 Points
View Profile
  • 2
Priyanka Chakraborty
Asked: May 4, 2021In: Python

How Python is used in Data Science?

  • 2

As we know that Data Science is the sexiest job of this era..How one can learn Data Science with the help of Python? Is it really necessary to be  good in statics and algorithms to be a good Data Scientists.

As we know that Data Science is the sexiest job of this era..How one can learn Data Science with the help of Python? Is it really necessary to be  good in statics and algorithms to be a good Data Scientists.

Read less
artificial intelligencedata managementdata manipulationdata sciencedata visualizationmachine learningpythonsql
  • 1
  • 971
  • 0
Answer
Sidharth
Sidharth

Sidharth

  • India
  • 10 Questions
  • 8 Answers
  • 0 Best Answers
  • 17 Points
View Profile
  • 4
Sidharth
Asked: May 2, 2021In: Python

what is the code to design a doormat in python?

  • 4

I am trying to write a code for the question, but I am unable to get the logic of the code. So can anyone write code to this question using python? Question: Mr. Vincent works in a doormat manufacturing company. One day, ...Read more

I am trying to write a code for the question, but I am unable to get the logic of the code. So can anyone write code to this question using python?

Question:

Mr. Vincent works in a doormat manufacturing company. One day, he designed a new doormat with the following specifications:

  • Mat size must be N x M. ( N is an odd natural number, and M is 3 times of N .)
  • The design should have ‘WELCOME’ written in the center.
  • The design pattern should only use |, . and - characters.

Input:  7 21

output:

---------.|.---------
------.|..|..|.------
---.|..|..|..|..|.---
-------WELCOME-------
---.|..|..|..|..|.---
------.|..|..|.------
---------.|.---------


Read less
codecodingdesign a door matproblem solvingpython
  • 1
  • 738
  • 0
Answer
kushwanth
kushwanth

kushwanth

  • India
  • 9 Questions
  • 13 Answers
  • 2 Best Answers
  • 76 Points
View Profile
  • 2
kushwanth
Asked: April 30, 2021In: Python

what python skills are in demand?

  • 2

what python skills are in demand? what are the important python skills required to get an internship,job?

what python skills are in demand? what are the important python skills required to get an internship,job?

Read less
demandknowledgelearnngpythonskills
  • 1
  • 533
  • 0
Answer
kushwanth
kushwanth

kushwanth

  • India
  • 9 Questions
  • 13 Answers
  • 2 Best Answers
  • 76 Points
View Profile
  • 2
kushwanth
Asked: April 30, 2021In: Python

How to make money with Python

  • 2

How to make money with Python?if we have knowledge on Python.

How to make money with Python?if we have knowledge on Python.

Read less
earningmoneyprogrammingpythonskill
  • 0
  • 432
  • 0
Answer
Old Questions

Sidebar

Ask A Question

Stats

  • Questions 1,939
  • Answers 2,046
  • Posts 8
  • Best Answers 72

Explore

  • Home
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help

Footer

Recent Comments

  • ethancargio on Which programming language should I learn?
  • glenn on How to stop windows 11 update permanently
  • glenn on How to fix the POS limit has been reached on windows 10 and saying your device need to install updates
  • Satish on YouTube offline video save to gallery app
  • glenn on where does youtube offline videos gets saved on Phone
Ask A Question

Archives

Tags

android 11 release date (1) Google News App (1) if x+y+z=0 show that x3+y3+z3 is equal to (1) if x+y+z=0 show that x3+y3+z3=3xyz (1) if x+y+z=0 show that x3+y3+z3=3xyz solution (1)

Social media

© 2021 @ Techanswered.com.
Terms, Privacy policy & Sitemap.