Python Coding (CLCODING)
9.4K subscribers
1.68K photos
4 videos
49 files
1.52K links
Learn Python to automate your things. We are here to support you. Ask your question

Reach us - info@clcoding.com

https://whatsapp.com/channel/0029Va5BbiT9xVJXygonSX0G
Download Telegram
December 22, 2024
December 22, 2024
2D Histogram Plot using Python
December 22, 2024
Merry Christmas using Python - Tree
December 23, 2024
Python Coding challenge - Day 293| What is the output of the following Python Code?
Answer with Explanation : https://www.clcoding.com/2024/12/python-coding-challenge-day-293-what-is.html
December 23, 2024
December 23, 2024
What will be the output of the following code?

import numpy as np arr = np.arange(1, 10).reshape(3, 3) result = arr.sum(axis=0) - arr.sum(axis=1) print(result)
Anonymous Poll
31%
[0, 0, 0]
38%
[1, -1, 1]
22%
[3, -3, 3]
9%
[2, 2, -2]
December 23, 2024
December 23, 2024
Create Font Art using Python- Merry Christmas
December 24, 2024
Python Coding challenge - Day 295| What is the output of the following Python Code?
Answer with Explanation : https://www.clcoding.com/2024/12/python-coding-challenge-day-295-what-is.html
December 24, 2024
December 24, 2024
What will be the output of this code?
nums = (1, 2, 3)
output = {*nums} print(output)
Anonymous Quiz
36%
{1, 2, 3}
20%
[1, 2, 3]
19%
(1, 2, 3)
25%
TypeError
December 24, 2024
Secret Santa Gift
December 24, 2024
December 25, 2024
December 25, 2024
What does this code output?

numbers = range(3) output = {numbers} print(output)
Anonymous Quiz
11%
TypeError
25%
{range(0, 3)}
29%
{[0, 1, 2]}
35%
{0, 1, 2}
December 25, 2024