Capitalize! You are asked to ensure that the first and last names of people begin with a capital letter in their passports. For example, alison heck should be capitalised correctly as Alison Heck. Given a full name, your task is to capitalize the name appropriately. Input Format A single line of input containing the full name, S. Constraints The string consists of alphanumeric characters and spa..
Alphabet Rangoli You are given an integer, N. Your task is to print an alphabet rangoli of size N. (Rangoli is a form of Indian folk art based on creation of patterns.) Different sizes of alphabet rangoli are shown below: #size 3 ----c---- --c-b-c-- c-b-a-b-c --c-b-c-- ----c---- #size 5 --------e-------- ------e-d-e------ ----e-d-c-d-e---- --e-d-c-b-c-d-e-- e-d-c-b-a-b-c-d-e --e-d-c-b-c-d-e-- --..
Designer Door Mat Mr. Vincent works in a door mat manufacturing company. One day, he designed a new door mat with the following specifications: Mat size must be N X M. (N is an odd natural number, and M is 3 times N.) The design should have 'WELCOME' written in the center. The design pattern should only use |, . and - characters. Sample Designs Size: 7 x 21 ---------.|.--------- ------.|..|..|.-..
Text Alignment In Python, a string of text can be aligned left, right and center. .ljust(width) This method returns a left aligned string of length width. >>> width = 20 >>> print 'HackerRank'.ljust(width,'-') HackerRank---------- .center(width) This method returns a centered string of length width. >>> width = 20 >>> print 'HackerRank'.center(width,'-') -----HackerRank----- .rjust(width) This m..
- Total
- Today
- Yesterday
- SQL Server
- 해커랭크
- hackerrank
- insert
- 미중무역전쟁
- 리비안
- tensorflow
- mysql
- 분석탭
- 넥스트BT
- MS SQL Server
- python3
- HK이노엔
- TSQL
- 매매일지
- string
- DATABASE
- 몰누피라비르
- Tableau
- 테슬라
- python
- list
- Weather Observation Station
- 동국알앤에스
- MSSQL
- 에코캡
- 경구치료제
- 코로나19
- 넷플릭스
- 대원화성
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |