453 questions
def chat(): print('start chatbot') while True: inp = input(user :) ifinf == End: print ('Exit chatbot service') break data = Hello or Hi if data: print(How may I help you?) else: print('Will ...
The name of my user folder is written in KoreanIf the folder name is Korean in Android studio or some development kits, I heard that it's uncomfortable to useWould it be better to reinstall windows an...
Ian Media is a student who is studying with a book called 'The first java programming'. I was studying inheritance and constructor, but the book said that in order for an explicit constructor or impli...
I want to download it from the same address. There are too many to do manually, so I thought it would be simple, so I coded it. It says HTTPError: Forbidden.Without %06 just 1, 2, 3, 4... It worked we...
os x YosemiteThe virtual environment in pyenv is python 3.5.1Install py2app with pip # -*- coding: utf-8 -*-from setuptools import setup# Information such as name, description, version, etc. is the sa...
Please explain which one to use when sorting vectors in descending order, which one do you prefer?std::sort(numbers.begin(), numbers.end(), std::greater<int>());std::sort(numbers.rbegin(), numbe...
The following error appears when running the runserver with the long-range setting set.UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb9 in position 5: invalid start byteI know it's an encoding...
final public String CREATE_FAVORITE_SONG_TABLE_QUERY = CREATE TABLE + FAVORITE_SONG_TABLE_NAME + ( + ID INTEGER PRIMARY KEY, + favorite_id int(10), + sound_res char(30), + sound_name char(3...
It's a question from Python about For MoonImplemented as follows n = 10for i in range(0, n-1): // Now we understand that n is 9 for j in range(i + 1, n): // So n here is going to be the 10 declared a...
I'm writing a linked list. I wrote +=, = operator and checked that it works properly.After that, write the + operator. unvlist unvlist::operator+(const unvlist &ul){ unvlist *list = new unvlist();...
« | - 20 - | » |
© 2024 OneMinuteCode. All rights reserved.