sindhu msaisindhu.hashnode.dev·Jul 31, 2024Type Casting Techniques in PythonThe purpose of Type Casting Techniques is in python is that "To Convert one Type of value into Another Possible Type of value". in python programming we have 5 fundamentals Type Casting Techniques They are: 1.int() 2.float() 3.bool() 4.complex() 5.st...Discuss·1 liketype casting
Gideon Baturegideonbature.hashnode.dev·May 27, 2023How to Write a Program That Prints All Possible Combinations of Two Two-Digit Numbers in CIntroduction In this guide you will learn how to print all possible combinations of Two Two-digit numbers in C, each two-digits are separated with a space between them, and the two digits have a comma followed by a space before the next pair of two-d...Discuss·11 likes·749 readsC
Kelechi Kizito Ugwukaykay7.hashnode.dev·May 24, 2023Introduction to HTTP status codesAt some point in your interactions with websites, you must have come across the dreaded 404 status code. The 404 is a HyperText Transfer Protocol(HTTP) status code. According to Wikipedia, HTTP is an application layer protocol in the Internet protoc...Discuss·10 likes·46 readshttp