Programing

c++ function prototype

# include <iostream> using namespace std ; int sum ( float a , int b ) { cout << "Using…

Mape, filter, reduce

#--------------------------MAP------------------------------ # numbers = ["3", "34", &…

Python number guessing game

number  =   19 gussed_number  =   1 while (gussed_number <= 9 ):      print ( "You can only 9 times…

Python wather api

import  requests,json import  os from  datetime  import  datetime user_api  = '724168f118d817bf1e275a11…

Operators in python..

Arithmetic Operators Assignment Operators Comparison Operators Logical Operators Identity Operators Members…

Load More No results found