Skip to content

118A

DevGod
DevGod
Elf Vtuber
const input = require('fs').readFileSync(0,'utf8');
console.log(
input.trim().toLowerCase().match(/[^aeiouy]/g).map( (el)=>'.'+el).join("")
);