scalability4all / voice-enabled-chatbot

Implementing a voice enabled chatbot which converses with a user via their voice in natural language. Website: https://scalability4all.github.io/
MIT License
38 stars 52 forks source link

raw_input was replaced to input() #23

Closed tacigomess closed 4 years ago

tacigomess commented 4 years ago

Python3 use input() instead raw_input()

codecov[bot] commented 4 years ago

Codecov Report

Merging #23 into master will not change coverage by %. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #23   +/-   ##
======================================
  Coverage    0.00%   0.00%           
======================================
  Files           3       3           
  Lines         214     214           
======================================
  Misses        214     214           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 02f846a...05f6fce. Read the comment docs.