Skip to content

Tag: python-3.x

Exact output was coming but some error was raising

In the above Python code the exact output was coming but after output they were showing some error Here we are giving input as The Error was Here VIP is the output For Question and test cases please refer below link https://drive.google.com/file/d/1cXmIW56uurB83V4FNRuNw9VhJ7RcYU9j/view?usp=sharing Answer if y…

python run multiple scripts

Hi i would like to run add1.py and add2.py simultaneously and have searched BAT file and SH file but couldnt do it myself. Anyone can help me? The folder is in the following path C:UsersJiaDownloadsTelegram BotScripts I might also add more scripts like add3.py add4.py and the list goes on. Does anyone have si…

Creating custom JSON from existing JSON using Python

(Python beginner alert) I am trying to create a custom JSON from an existing JSON. The scenario is – I have a source which can send many set of fields but I want to cherry pick some of them and create a subset of that while maintaining the original JSON structure. Original Sample Here the sData array ta…