Python

Python

Explore our comprehensive Python domain, featuring over 800 articles tailored for developers of all skill levels. Whether you’re a beginner seeking tutorials, an expert looking for advanced techniques, or anyone in between, you’ll find valuable insights, code snippets, and practical tips. Stay updated with the latest trends, libraries, and best practices in Python programming. Dive into our extensive resources and elevate your coding skills today!

PythonF

Price before GST

The amount payable after GST – AP is applied is passed as the input. The GST rate R as percentage is also passed as the input.The…
PythonF

String Zig-Zag Pattern

Given a string S and an integer N as the input, the program must split the string into groups whose size is N and print them as the output in…
PythonF

Adding reversed numbers

A pair of numbers (X and Y) will be passed as input. The program must reverse the numbers and find the sum S. Then the sum S must be reversed…
PythonF

Hotel Capacity

A hotel has T tables. The number of people N1, N2, … NT who can sit in each table is given as input. The program has to print the total…
PythonF

Morning Walk Distance

A man in order to reduce his weight walks along the boundary of a rectangular plot every morning. Depending on his energy level he walks for N…