Skip to content

Commit 5eae819

Browse files
Update Fibonary Bits In Action II.py
1 parent 83fa5c0 commit 5eae819

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Fibonary Bits In Action II.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,11 @@
1919
purple='\x1b[35m'
2020
white='\x1b[37m'
2121

22-
title_text=f'fibonary bits in action! 2'.title(),'fibonacci natural number sequence'.title()
23-
text=(' binary digits: ',' octal digits: ',' hexadecimal digits: ',' decimal digits:',' fibonacci digits: '.title())
22+
title_text=f'fibonary bits in action! 2'.title(),'fibonacci natural \
23+
number sequence'.title()
24+
25+
text=(' binary digits: ',' octal digits: ',' hexadecimal digits: ',' \
26+
decimal digits:',' fibonacci digits: '.title())
2427

2528
lb='\n';lbb='\n\n';elb=' =\n';eq=' = ';sp=' '
2629

0 commit comments

Comments
 (0)