Commit 3753acb7 by rakesh.pv

build

parent cad2b9cd
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.9 (pythonProject1)" project-jdk-type="Python SDK" />
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.9" project-jdk-type="Python SDK" />
</project>
\ No newline at end of file
......@@ -4,7 +4,7 @@
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/json_task_fastapi" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="jdk" jdkName="Python 3.9" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
\ No newline at end of file
from scripts.core.services import app
app
\ No newline at end of file
choice=int(input("JSON operations \n1.json Parsing \n2.json melting \n3.melting data\n4.concat two data items\nChoose your choice\n"))
if choice==1:
print()
elif choice==2:
print()
elif choice==3:
print()
elif choice==4:
print()
else:
print(" invalid option given")
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment