Skip to content

SowmithBachu/python-ifelse-hackerrank

View on GitHub ↗Related repositories →

#!/bin/python3 import math import os import random import re import sys if __name__ == '__main__': n = int(input().strip()) if n%2 !=0: print("Weird") elif n%2==0 and n>2 and n<=5: print("Not Weird") elif n%2==0 and n>6 and n<=20: print("Weird") else: print("Not Weird")

active 2024-04-282024-04-28 (UTC)

Complete coverage27,221 / 27,223 hourly files (100%) · 2 absent upstream2023-08-152026-09-22 (UTC)
Events
1
Pushes
0
Pull requests
0
Issues
0
Stars
0
Forks
0

Activity over time

Daily event counts in the loaded window

Line chart, 1 days from 2024-04-28 to 2024-04-28. Pushes: 0 total, peak 0 in a day. Pull requests: 0 total, peak 0 in a day. Issues: 0 total, peak 0 in a day. Comments: 0 total, peak 0 in a day. Stars: 0 total, peak 0 in a day.

  • Pushes
  • Pull requests
  • Issues
  • Comments
  • Stars

Top contributors

Pushes, PRs, issues, reviews and comments — stars and forks excluded, so this is contribution rather than popularity

Nobody pushed, opened or commented here in the loaded window — this repo's activity is stars and forks only.

Recent activity

Latest issues, pull requests and releases

No issue or PR events — this repo's activity is pushes only.

Totals cover only the window loaded into ClickHouse and count events, not GitHub's lifetime totals — 0 stars here means stars gained during the window, not the repo's star count.