February 2023


Japanese Keyword Hacking and Ultimate WordPress Web Security

Japanese Keyword Hacking and Ultimate WordPress Web Security Japanese Keyword Hacking  অনেকেই এই টার্মটির সাথে বেশ ভালভাবে পরিচিত। আপনার ওয়...

Mushfiqur Rahman 22 Feb, 2023

Brain Station-23 Software Engineer Trainee Interview Questions - 2023

Brain Station 23 - Software Engineer Trainee 2023  (1st Phase-Initial Screening) Question Question Part ( 45 MCQ Question) There will b...

Mushfiqur Rahman 20 Feb, 2023

Swap the value between two variable in Python3

1. Without using a temporary variable x = float ( input ( "Input the value of x :" )) y = float ( input ( "Input the value o...

Mushfiqur Rahman 6 Feb, 2023

Let's learn about list comprehensions! You are given three integers and representing the dimensions of a cuboid along with an integer

Let's learn about list comprehensions! You are given three integers and representing the dimensions of a cuboid along with an integer ...

Mushfiqur Rahman 6 Feb, 2023

Given a year, determine whether it is a leap year. If it is a leap year, return the Boolean True, otherwise return False - python3

def  is_leap(year):     leap =  False           if  (year %  4  ==  0 )  and  (year %  100  !=  0 ):        leap =  True      elif  (year ...

Mushfiqur Rahman 4 Feb, 2023